golangci-lint #36: Commit b1eb1fe pushed by rsned master April 21, 2025 07:47 29s build(deps): bump github/codeql-action from 3.28.13 to 3.28.15 golangci-lint #35: Pull request #159 opened by dependabot bot
Example linter that can be used as a plugin for https://github.com/golangci/golangci-lint Go146 Repositories golangci-lintPublic Fast linters runner for Go duplPublicForked frommibk/dupl a tool for code clone detection Go4MIT2500UpdatedMar 4, 2025 ...
go-lint.yml 4,362 workflow runs Event Status Branch Actor Support format_d3_locale in the metrics YAML golangci-lint #6161: Pull request #5974 synchronize by begelundmuller begelundmuller/d3-format-locale November 13, 2024 13:02 3m 58s feat: Readable metrics view url params ...
golangci-lint#180:Commitdb06ec9pushed byhirosassa master July 10, 2024 21:011m 15s Bump google.golang.org/grpc from 1.64.0 to 1.64.1 golangci-lint#179:Pull request#69opened bydependabotbot dependabot/go_modules/google.golang.org/grpc-1.64.1 ...
095e495build(deps): bump github.com/Antonboom/testifylint from 1.4.3 to 1.5.0 (#5054) 0798941build(deps): bump github.com/alecthomas/go-check-sumtype from 0.1.4 to 0.2.0 (#5038) 90c0509build(deps): bump github.com/alexkohler/nakedret/v2 from 2.0.4 to 2.0.5 (#5076) ...
a2ef9eebuild(deps): bump github.com/polyfloyd/go-errorlint from 1.7.0 to 1.7.1 ( ) build(deps): bump github.com/shirou/gopsutil/v4 from 4.24.12 to 4.25.1 () feat: use run.relative-path-mode for output format paths ( build(deps): bump the linter-testdata group across 2 director...
Fast linters runner for Go. Contribute to golangci/golangci-lint development by creating an account on GitHub.
2 changes: 1 addition & 1 deletion 2 .github/workflows/golangci-lint.yml Original file line numberDiff line numberDiff line change @@ -24,5 +24,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: version: v1.62.2 version: v1.63.4 args: --out-form...
protogetter: https://github.com/ghostiam/protogetter sloglint: https://github.com/go-simpler/sloglint testifylint: https://github.com/Antonboom/testifylint updated linters bidichk: from 0.2.4 to 0.2.7 decorder: from 0.4.0 to 0.4.1 dupword: from 0.0.12 to 0.0.13 errchkjson: from...
.github/workflows/ci.yml +2-2 Original file line numberDiff line numberDiff line change @@ -46,9 +46,9 @@ jobs: 46 46 - name: Download mods 47 47 run: go mod download 48 48 - name: Lint 49 - uses: golangci/golangci-lint-action@v6 49 + uses: golangci/golangci...