output: add colored-tab ()

This commit is contained in:
Ludovic Fernandez 2023-04-04 01:57:22 +02:00 committed by GitHub
parent 9c46d7d7c0
commit 00d17cc8d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 157 additions and 39 deletions

View file

@ -10,7 +10,6 @@ import (
"github.com/golangci/golangci-lint/test/testshared"
)
//nolint:funlen
func TestEnabledLinters(t *testing.T) {
// require to display the message "Active x linters: [x,y]"
t.Setenv(lintersdb.EnvTestRun, "1")