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 bc2f19e commit 471f9f3Copy full SHA for 471f9f3
1 file changed
.golangci.json
@@ -59,6 +59,13 @@
59
"gomoddirectives"
60
],
61
"text": "replacement are not allowed: github.com/joho/godotenv"
62
+ },
63
+ {
64
+ "linters": [
65
+ "revive"
66
+ ],
67
+ "text": "var-naming: avoid package names that conflict with Go standard library package names",
68
+ "path": "internal/(metrics|sync|version)/.*\\.go$"
69
}
70
71
"uniq-by-line": true
0 commit comments