File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -955,11 +955,13 @@ There is the most valuable changes log:
955955
956956### March 2019
957957
958- 1. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
959- 2. Build and test on go 1.12
960- 3. Support `--color` option
961- 4. Update x/tools to fix c++ issues
962- 5. Include support to log level
958+ 1. Support the newest `go vet` (with `go/analysis`)
959+ 2. Support configuration of `go vet`: e.g. you can set print functions by `linters-settings.govet.settings.printf.funcs`
960+ 3. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
961+ 4. Build and test on go 1.12
962+ 5. Support `--color` option
963+ 6. Update x/tools to fix c++ issues
964+ 7. Include support for log level
963965
964966### February 2019
965967
Original file line number Diff line number Diff line change @@ -487,11 +487,13 @@ There is the most valuable changes log:
487487
488488### March 2019
489489
490- 1 . Exclude issues by source code line regexp by ` issues.exclude-rules[i].source `
491- 2 . Build and test on go 1.12
492- 3 . Support ` --color ` option
493- 4 . Update x/tools to fix c++ issues
494- 5 . Include support to log level
490+ 1 . Support the newest ` go vet ` (with ` go/analysis ` )
491+ 2 . Support configuration of ` go vet ` : e.g. you can set print functions by ` linters-settings.govet.settings.printf.funcs `
492+ 3 . Exclude issues by source code line regexp by ` issues.exclude-rules[i].source `
493+ 4 . Build and test on go 1.12
494+ 5 . Support ` --color ` option
495+ 6 . Update x/tools to fix c++ issues
496+ 7 . Include support for log level
495497
496498### February 2019
497499
You can’t perform that action at this time.
0 commit comments