Skip to content

Commit

Permalink
Upgrade .golangci.yml config (#2893)
Browse files Browse the repository at this point in the history
  • Loading branch information
carpawell committed Jul 11, 2024
2 parents 4f90cc2 + cadd6b1 commit 22259ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ run:
# output configuration options
output:
# colored-line-number|line-number|json|tab|checkstyle|code-climate, default is "colored-line-number"
format: tab
formats:
- format: tab

# all available settings of specific linters
linters-settings:
Expand All @@ -25,9 +26,6 @@ linters-settings:
rewrite-rules:
- pattern: 'interface{}'
replacement: 'any'
govet:
# report about shadowed variables
check-shadowing: false
gomodguard:
blocked:
modules:
Expand Down

0 comments on commit 22259ce

Please sign in to comment.