Skip to content

Commit 85dec0c

Browse files
committed
docs: march updates
1 parent 8c1237b commit 85dec0c

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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

README.tmpl.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)