mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-01 00:50:58 -04:00
Deprecate 'scopelint' linter (#1819)
* Deprecate scopelint linter * clean code base.
This commit is contained in:
parent
8d0075da00
commit
fce3949d5b
8 changed files with 12 additions and 11 deletions
test
|
@ -337,9 +337,9 @@ func TestPathPrefix(t *testing.T) {
|
|||
} {
|
||||
t.Run(tt.Name, func(t *testing.T) {
|
||||
testshared.NewLintRunner(t).Run(
|
||||
append(tt.Args, getTestDataDir("withtests"))..., //nolint:scopelint
|
||||
append(tt.Args, getTestDataDir("withtests"))...,
|
||||
).ExpectOutputRegexp(
|
||||
tt.Pattern, //nolint:scopelint
|
||||
tt.Pattern,
|
||||
)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue