diff --git a/linter.py b/linter.py index 0922c94..ea71702 100644 --- a/linter.py +++ b/linter.py @@ -2,7 +2,7 @@ class GolangCILint(Linter): - cmd = 'golangci-lint run --fast --out-format tab ${file_path}' + cmd = 'golangci-lint run --fast --out-format tab ${args} ${file_on_disk}' tempfile_suffix = '-' # Column reporting is optional and not provided by all linters. # Issues reported by the 'typecheck' linter are treated as errors,