Merge pull request #1084 from tetafro/master

godot: fix issue with `--fix` flag
This commit is contained in:
Aleksandr Razumov 2020-05-13 11:48:09 +03:00 committed by GitHub
commit 1ccecec4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,6 @@ func NewGodot() *goanalysis.Linter {
Pos: i.Pos,
Text: i.Message,
FromLinter: godotName,
Replacement: &result.Replacement{},
}
res[k] = goanalysis.NewIssue(&issue, pass)