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 c6e45cd commit f9b7297Copy full SHA for f9b7297
.golangci.yml
@@ -112,6 +112,10 @@ linters-settings:
112
# if it's called for subdir of a project it can't find external interfaces. All text editor integrations
113
# with golangci-lint call it on a directory with the changed file.
114
check-exported: false
115
+ gomoddirectives:
116
+ replace-local: true
117
+ replace-allow-list:
118
+ - xorm.io/xorm
119
gocritic:
120
disabled-checks:
121
- whyNoLint # https://github.com/go-critic/go-critic/issues/1063
@@ -232,7 +236,6 @@ linters:
232
236
- goerr113
233
237
- golint
234
238
- gomnd
235
- - gomoddirectives
239
- ifshort
240
- interfacebloat
241
- ireturn
0 commit comments