We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9022e commit 61bd18eCopy full SHA for 61bd18e
codeclimate-golint.go
@@ -54,7 +54,7 @@ func lintFile(fullPath string, relativePath string, minConfidence float64) {
54
engine.PrintWarning(warning)
55
}
56
57
- problems, err := linter.Lint("", code)
+ problems, err := linter.Lint(fullPath, code)
58
if err != nil {
59
warningDesc := fmt.Sprintf("Could not lint file (%s)", err)
60
warning := &engine.Warning{
0 commit comments