mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-18 01:09:02 -04:00
output: add colored-tab (#3729)
This commit is contained in:
parent
9c46d7d7c0
commit
00d17cc8d1
13 changed files with 157 additions and 39 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue