We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984e837 commit 305cbdbCopy full SHA for 305cbdb
.golangci.yml
@@ -45,6 +45,9 @@ linters:
45
desc: do not use the ini package, use gitea's config system instead
46
- pkg: gitea.com/go-chi/cache
47
desc: do not use the go-chi cache package, use gitea's cache system
48
+ nolintlint:
49
+ # require-explanation: true
50
+ require-specific: true
51
gocritic:
52
disabled-checks:
53
- ifElseChain
0 commit comments