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
+8-5
Original file line number
Diff line number
Diff line change
@@ -973,11 +973,14 @@ There is the most valuable changes log:
973
973
974
974
1. Support the newest `go vet` (with `go/analysis`)
975
975
2. Support configuration of `go vet`: e.g. you can set print functions by `linters-settings.govet.settings.printf.funcs`
976
-
3. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
977
-
4. Build and test on go 1.12
978
-
5. Support `--color` option
979
-
6. Update x/tools to fix c++ issues
980
-
7. Include support for log level
976
+
3. Update megacheck (staticcheck) to 2019.1.1
977
+
4. Add [information](https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint) about controlling space-time trade-off into README
978
+
5. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
Copy file name to clipboardExpand all lines: README.tmpl.md
+8-5
Original file line number
Diff line number
Diff line change
@@ -505,11 +505,14 @@ There is the most valuable changes log:
505
505
506
506
1. Support the newest `go vet` (with `go/analysis`)
507
507
2. Support configuration of `go vet`: e.g. you can set print functions by `linters-settings.govet.settings.printf.funcs`
508
-
3. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
509
-
4. Build and test on go 1.12
510
-
5. Support `--color` option
511
-
6. Update x/tools to fix c++ issues
512
-
7. Include support for log level
508
+
3. Update megacheck (staticcheck) to 2019.1.1
509
+
4. Add [information](https://github.com/golangci/golangci-lint#memory-usage-of-golangci-lint) about controlling space-time trade-off into README
510
+
5. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
0 commit comments