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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,7 @@ We measure peak memory usage (RSS) by tracking of processes RSS every 5 ms.
337
337
We compare golangci-lint and gometalinter in default mode, but explicitly enable all linters because of small differences in the default configuration.
338
338
339
339
```bash
340
-
$ golangci-lint run --no-config --issues-exit-code=0 --deadline=30m \
340
+
$ golangci-lint run --no-config --issues-exit-code=0 --timeout=30m \
Copy file name to clipboardExpand all lines: README.tmpl.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ We measure peak memory usage (RSS) by tracking of processes RSS every 5 ms.
299
299
We compare golangci-lint and gometalinter in default mode, but explicitly enable all linters because of small differences in the default configuration.
300
300
301
301
```bash
302
-
$ golangci-lint run --no-config --issues-exit-code=0 --deadline=30m \
302
+
$ golangci-lint run --no-config --issues-exit-code=0 --timeout=30m \
0 commit comments