mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-20 10:18:44 -04:00
fix #243: support Scopelint linter
This commit is contained in:
parent
ccac35a87e
commit
84c9c65f39
13 changed files with 176 additions and 1 deletions
test
|
@ -368,6 +368,7 @@ func TestEnabledLinters(t *testing.T) {
|
|||
}
|
||||
|
||||
for _, c := range cases {
|
||||
c := c
|
||||
t.Run(c.name, func(t *testing.T) {
|
||||
runArgs := []string{"-v"}
|
||||
if !c.noImplicitFast {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue