lint: enable golint
Enables golint and fixes function naming errors (operand checks incorrectly cased). Fixes #10
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
linters:
|
||||
enable-all: false
|
||||
enable:
|
||||
- golint
|
||||
- gosimple
|
||||
- misspell
|
||||
- gocyclo
|
||||
|
||||
Reference in New Issue
Block a user