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 7b23e62 commit a7819eaCopy full SHA for a7819ea
.golangci.yml
@@ -93,7 +93,7 @@ linters-settings:
93
- pkg: code.gitea.io/gitea/modules/git/internal
94
desc: do not use the internal package, use AddXxx function instead
95
- pkg: gopkg.in/ini.v1
96
- do not use the ini package, use gitea's config system instead
+ desc: do not use the ini package, use gitea's config system instead
97
98
issues:
99
max-issues-per-linter: 0
0 commit comments