Skip to content

Commit

Permalink
ci: sync golangci-lint config (#597)
Browse files Browse the repository at this point in the history
Co-authored-by: caarlos0 <[email protected]>
  • Loading branch information
github-actions[bot] and caarlos0 authored Mar 12, 2025
1 parent b461e7b commit ce18cfa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .golangci-soft.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,28 @@ issues:
linters:
enable:
- bodyclose
- exhaustive
- goconst
- godot
- godox
- gofumpt
- goimports
- gomoddirectives
- goprintffuncname
- gosec
- misspell
- mnd
- nakedret
- nestif
- nilerr
- noctx
- nolintlint
- prealloc
- revive
- rowserrcheck
- sqlclosecheck
- tparallel
- unconvert
- unparam
- whitespace
- wrapcheck

0 comments on commit ce18cfa

Please sign in to comment.