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 4e32438 commit abcaac8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ run:
allow-parallel-runners: true

output:
formats: colored-line-number # colored-line-number|line-number|json|tab|checkstyle|code-climate
formats:
- path: stdout
format: colored-line-number

linters-settings:
wsl:
allow-assign-and-anything: true
govet:
shadow: true
godot:
scope: declarations
capital: true
Expand All @@ -29,7 +29,6 @@ linters-settings:
range-loops: true
for-loops: true
nolintlint:
allow-leading-space: false
require-specific: true

linters: # All available linters list: <https://golangci-lint.run/usage/linters/>
Expand Down

0 comments on commit abcaac8

Please sign in to comment.