docs: update changelog

This commit is contained in:
Denis Isaev 2019-02-18 11:35:25 +03:00
parent 901cf25e20
commit d3bc69dc5b
3 changed files with 6 additions and 4 deletions

View File

@ -52,6 +52,6 @@ issues:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.14.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.15.x # use the fixed version to not introduce new linters unexpectedly
prepare:
- echo "here I can run custom commands, but no preparation needed"
- echo "here I can run custom commands, but no preparation needed for this repo"

View File

@ -841,9 +841,9 @@ issues:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.14.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.15.x # use the fixed version to not introduce new linters unexpectedly
prepare:
- echo "here I can run custom commands, but no preparation needed"
- echo "here I can run custom commands, but no preparation needed for this repo"
```
## False Positives
@ -948,6 +948,7 @@ There is the most valuable changes log:
8. Dockerfile: copy the binary to `/usr/bin/` instead of `$GOPATH/bin/`
9. Support `ignore-words` config option for `misspell`
10. Include `staticcheck` check name into a message
11. Fix working with symbolic links
### January 2019

View File

@ -492,6 +492,7 @@ There is the most valuable changes log:
8. Dockerfile: copy the binary to `/usr/bin/` instead of `$GOPATH/bin/`
9. Support `ignore-words` config option for `misspell`
10. Include `staticcheck` check name into a message
11. Fix working with symbolic links
### January 2019