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 a8e3dependabot/github_actions/github/codeql-action-3.28.15 April...
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 ...
# ./.github/workflows/.golangci-lint-reusable.yml name: golangci-lint-reusable on: workflow_call: inputs: os: description: 'OS' required: true type: string go-version: description: 'Go version' required: true type: string default: stable golangci-lint-version: description: 'Golangci-li...
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 ...
golangci-lint: enable copyloopvar linter Browse files capturing loop variables is no longer needed in go1.22 and higher; https://go.dev/blog/loopvar-preview This path enables the copyloopvar linter, which finds places where capturing is no longer needed, and removes locations where they ...
.github build(deps): bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 (g… May 7, 2024 assets docs: update GitHub Action assets (golangci#4708) May 9, 2024 build fix: use GOTOOLCHAIN=auto inside the Docker images (golangci#4532) Mar 19, 2024 cmd/golangci-lint dev: use...
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...
golangci-lint: Add stylecheck … Verified b026134 jandubois approved these changes Mar 8, 2025 View reviewed changes Member jandubois left a comment Thanks, LGTM View details jandubois merged commit 289b86c into rancher-sandbox:main Mar 8, 2025 20 checks passed Sign up for free to...
Run golangci-lint for each file separately without --fast option and get errors as expected (logs below) Then add --fast option and all will be fine (logs below) Copy config used in super-linter and add it to command line, the same way as it done in super-linter https://github.co...