docs: march updates

This commit is contained in:
Denis Isaev 2019-03-17 23:17:49 +03:00
parent 8c1237b667
commit 85dec0c61b
No known key found for this signature in database
GPG Key ID: A36A0EC8E27A1A01
2 changed files with 14 additions and 10 deletions

View File

@ -955,11 +955,13 @@ There is the most valuable changes log:
### March 2019 ### March 2019
1. Exclude issues by source code line regexp by `issues.exclude-rules[i].source` 1. Support the newest `go vet` (with `go/analysis`)
2. Build and test on go 1.12 2. Support configuration of `go vet`: e.g. you can set print functions by `linters-settings.govet.settings.printf.funcs`
3. Support `--color` option 3. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
4. Update x/tools to fix c++ issues 4. Build and test on go 1.12
5. Include support to log level 5. Support `--color` option
6. Update x/tools to fix c++ issues
7. Include support for log level
### February 2019 ### February 2019

View File

@ -487,11 +487,13 @@ There is the most valuable changes log:
### March 2019 ### March 2019
1. Exclude issues by source code line regexp by `issues.exclude-rules[i].source` 1. Support the newest `go vet` (with `go/analysis`)
2. Build and test on go 1.12 2. Support configuration of `go vet`: e.g. you can set print functions by `linters-settings.govet.settings.printf.funcs`
3. Support `--color` option 3. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
4. Update x/tools to fix c++ issues 4. Build and test on go 1.12
5. Include support to log level 5. Support `--color` option
6. Update x/tools to fix c++ issues
7. Include support for log level
### February 2019 ### February 2019