Skip to content

Commit d3b820a

Browse files
Fix linter warnings
1 parent 32c3f10 commit d3b820a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gometalinter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"Vendor": true,
33
"Test": true,
44
"EnableAll": true,
5-
"Disable": ["dupl"]
5+
"Disable": ["dupl", "maligned"]
66
}

0 commit comments

Comments
 (0)