docs: update changelog
This commit is contained in:
parent
901cf25e20
commit
d3bc69dc5b
@ -52,6 +52,6 @@ issues:
|
|||||||
# golangci.com configuration
|
# golangci.com configuration
|
||||||
# https://github.com/golangci/golangci/wiki/Configuration
|
# https://github.com/golangci/golangci/wiki/Configuration
|
||||||
service:
|
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:
|
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"
|
||||||
|
@ -841,9 +841,9 @@ issues:
|
|||||||
# golangci.com configuration
|
# golangci.com configuration
|
||||||
# https://github.com/golangci/golangci/wiki/Configuration
|
# https://github.com/golangci/golangci/wiki/Configuration
|
||||||
service:
|
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:
|
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
|
## 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/`
|
8. Dockerfile: copy the binary to `/usr/bin/` instead of `$GOPATH/bin/`
|
||||||
9. Support `ignore-words` config option for `misspell`
|
9. Support `ignore-words` config option for `misspell`
|
||||||
10. Include `staticcheck` check name into a message
|
10. Include `staticcheck` check name into a message
|
||||||
|
11. Fix working with symbolic links
|
||||||
|
|
||||||
### January 2019
|
### January 2019
|
||||||
|
|
||||||
|
@ -492,6 +492,7 @@ There is the most valuable changes log:
|
|||||||
8. Dockerfile: copy the binary to `/usr/bin/` instead of `$GOPATH/bin/`
|
8. Dockerfile: copy the binary to `/usr/bin/` instead of `$GOPATH/bin/`
|
||||||
9. Support `ignore-words` config option for `misspell`
|
9. Support `ignore-words` config option for `misspell`
|
||||||
10. Include `staticcheck` check name into a message
|
10. Include `staticcheck` check name into a message
|
||||||
|
11. Fix working with symbolic links
|
||||||
|
|
||||||
### January 2019
|
### January 2019
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user