We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ff245 commit ddee67aCopy full SHA for ddee67a
.gometalinter.json
@@ -0,0 +1,7 @@
1
+{
2
+ "Disable": [
3
+ "gocyclo",
4
+ "varcheck",
5
+ "structcheck"
6
+ ]
7
+}
0 commit comments