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
You can see more examples of using `//nolint` in [our tests](https://github.com/golangci/golangci-lint/tree/master/pkg/result/processors/testdata) for it.
143
143
144
144
Use `//nolint` instead of `// nolint` because machine-readable comments should have no space by Go convention.
145
+
146
+
## Default Exclusions
147
+
148
+
Some exclusions are considered as common, to help golangci-lint users those common exclusions are used as default exclusions.
149
+
150
+
If you don't want to use it you can set `issues.exclude-use-default` to `false`.
0 commit comments