fix : support Scopelint linter

This commit is contained in:
Denis Isaev 2018-11-05 22:29:45 +03:00 committed by Isaev Denis
parent ccac35a87e
commit 84c9c65f39
13 changed files with 176 additions and 1 deletions

View file

@ -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 {