Skip to content

Commit

Permalink
Merge pull request #117 from nspcc-dev/fix-linter-job
Browse files Browse the repository at this point in the history
Take care of linter configuration
  • Loading branch information
AnnaShaleva authored Jul 12, 2024
2 parents 351c29a + 10b8e12 commit a2d0843
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 @@ -21,9 +22,6 @@ linters-settings:
# 'default' case is present, even if all enum members aren't listed in the
# switch
default-signifies-exhaustive: true
govet:
# report about shadowed variables
check-shadowing: false

linters:
enable:
Expand Down

0 comments on commit a2d0843

Please sign in to comment.