You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4.`autogen_exclude` - debug a filter excluding autogenerated source code;
15
-
5.`nolint` - debug a filter excluding issues by `//nolint` comments.
7
+
```bash
8
+
golangci-lint run -v
9
+
```
10
+
11
+
If you would like to see more detailed logs you can use the environment variable `GL_DEBUG`.
12
+
Its value is a list of debug tags.
13
+
14
+
The existing debug tags are documented in the following file: https://github.com/golangci/golangci-lint/blob/master/pkg/logutils/logutils.go
0 commit comments