Skip to content

Commit ddee67a

Browse files
committed
add .gometalinter.json
1 parent 93ff245 commit ddee67a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gometalinter.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"Disable": [
3+
"gocyclo",
4+
"varcheck",
5+
"structcheck"
6+
]
7+
}

0 commit comments

Comments
 (0)