File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Expand file tree Collapse file tree 2 files changed +16
-10
lines changed 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`
979
+ 6. Build and test on go 1.12
980
+ 7. Support `--color` option
981
+ 8. Update x/tools to fix c++ issues
982
+ 9. Include support for log level
983
+ 10. Sort linters list in help commands
981
984
982
985
### February 2019
983
986
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 `
511
+ 6 . Build and test on go 1.12
512
+ 7 . Support ` --color ` option
513
+ 8 . Update x/tools to fix c++ issues
514
+ 9 . Include support for log level
515
+ 10 . Sort linters list in help commands
513
516
514
517
### February 2019
515
518
You can’t perform that action at this time.
0 commit comments