Skip to content

Commit

Permalink
Update golangci-lint to v1.57
Browse files Browse the repository at this point in the history
  • Loading branch information
Plakhotnikov Vladimir committed Apr 2, 2024
1 parent c218ca5 commit 4937072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ output:
linters-settings:
wsl:
allow-assign-and-anything: true
govet:
shadow: true
godot:
scope: declarations
capital: true
Expand Down Expand Up @@ -66,7 +68,6 @@ linters: # All available linters list: <https://golangci-lint.run/usage/linters/
- unparam # Reports unused function parameters
- unused # Checks Go code for unused constants, variables, functions and types
- whitespace # Tool for detection of leading and trailing whitespace
- shadow

issues:
exclude-dirs:
Expand Down

0 comments on commit 4937072

Please sign in to comment.