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
Copy file name to clipboardExpand all lines: README.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ Flags:
223
223
--issues-exit-code int Exit code when issues were found (default 1)
224
224
--build-tags strings Build tags (not all linters support them)
225
225
--deadline duration Deadline for total work (default 1m0s)
226
-
--tests Analyze tests (*_test.go)
226
+
--tests Analyze tests (*_test.go) (default true)
227
227
--print-resources-usage Print avg and max memory usage of golangci-lint and total time
228
228
-c, --config PATH Read config from file path PATH
229
229
--no-config Don't read config
@@ -293,9 +293,6 @@ There is a [`.golangci.yml`](https://github.com/golangci/golangci-lint/blob/mast
293
293
294
294
It's a [.golangci.yml](https://github.com/golangci/golangci-lint/blob/master/.golangci.yml) of this repo: we enable more linters than by default and make their settings more strict:
0 commit comments