mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Fix up nolintlint comments and urls (#1164)
This commit is contained in:
parent
57e4203661
commit
90a8cd41bd
3 changed files with 4 additions and 4 deletions
|
@ -258,7 +258,7 @@ func TestNolintUnused(t *testing.T) {
|
|||
return NewNolint(log, dbManager, enabledLintersMap)
|
||||
}
|
||||
|
||||
// the issues below the nolintlint issues that would be generated for the test file
|
||||
// the issue below is the nolintlint issue that would be generated for the test file
|
||||
nolintlintIssueVarcheck := result.Issue{
|
||||
Pos: token.Position{
|
||||
Filename: fileName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue