It runs linters in parallel, uses caching, supports YAML configuration, integrates with all major IDEs, and includes over a hundred linters. ◦ https://golangci-lint.run/ • ビルトインされた複数のLinterを同時に実⾏し、結果をまとめて出⼒してくれる • 設定は1つのファイル( .golanci.yml etc. )に統合されており、それぞれのLinterの調整が可能。 Golangci-lint Motivation 6