Skip to content

Commit

Permalink
Update golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed Jun 6, 2024
1 parent a4463b2 commit 01266e8
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 @@ -34,7 +34,8 @@ linters-settings:
stylecheck:
checks:
- all
- -ST1003
# Remove some checks:
- -ST1003 # should not use underscores in package names

linters:
enable-all: true
Expand Down

0 comments on commit 01266e8

Please sign in to comment.