generated from anexia-it/open-source-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update linter configuration to newest version
- Loading branch information
1 parent
cf64354
commit 4a0ed49
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
linters: | ||
enable-all: true | ||
disable: | ||
- exhaustivestruct | ||
- depguard | ||
- execinquery # deprecated since v1.58.0 | ||
- funlen | ||
- gci | ||
- goconst | ||
- gochecknoglobals | ||
- goconst | ||
- gofumpt | ||
- gomnd | ||
- lll | ||
- mnd # some magic numbers are acceptable. | ||
- nlreturn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters