New golangci-lint plugin released
Running golangci-lint is now even simpler, with the release of the golangci-lint plugin for linting and formating Go code in your CI/CD pipeline.
The plugin makes it easy to integrate Go code quality checks into your Buildkite pipelines with minimal configuration. It runs golangci-lint using Docker by default, but can also use a local binary if preferred.
Basic usage
Add the plugin to your pipeline with minimal configuration:
steps:
- label: "Go Lint"
plugins:
- golangci-lint#v1.0.0: ~For complete documentation and all available options, see the golangci-lint plugin.
Ben
Start turning complexity into an advantage
Create an account to get started for free.