Use gometalinter for linting
gometalinter runs linters in parallel for faster linting it provides a uniform way of whitelisting lines using // nolint or the exclude field in the config Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#Windows specific settings.
|
||||
WHALE = "+"
|
||||
ONI = "-"
|
||||
FIX_PATH = $(subst /,\,$1)
|
||||
|
||||
BINARY_SUFFIX=".exe"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user