diff --git a/README.md b/README.md index 25a1f9bf..eb0a67f7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.tmpl.md b/README.tmpl.md index ce532f4c..950a67e7 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -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