docs: march updates

This commit is contained in:
Denis Isaev 2019-03-17 15:22:43 +03:00
parent 3d2dfac47e
commit cfff8fd30a
No known key found for this signature in database
GPG Key ID: A36A0EC8E27A1A01
2 changed files with 12 additions and 0 deletions

View File

@ -935,7 +935,13 @@ Thanks to developers and authors of used linters:
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
There is the most valuable changes log:
### March 2019
1. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
2. Build and test on go 1.12
### February 2019
1. Implement auto-fixing for `gofmt`, `goimports` and `misspell`
2. Update `unparam`, `goimports`, `gosec` and `go-critic`
3. Support `issues.exclude-rules` config option

View File

@ -485,7 +485,13 @@ Thanks to developers and authors of used linters:
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
There is the most valuable changes log:
### March 2019
1. Exclude issues by source code line regexp by `issues.exclude-rules[i].source`
2. Build and test on go 1.12
### February 2019
1. Implement auto-fixing for `gofmt`, `goimports` and `misspell`
2. Update `unparam`, `goimports`, `gosec` and `go-critic`
3. Support `issues.exclude-rules` config option