Skip to content

Commit d3bc69d

Browse files
committed
docs: update changelog
1 parent 901cf25 commit d3bc69d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ issues:
5252
# golangci.com configuration
5353
# https://github.com/golangci/golangci/wiki/Configuration
5454
service:
55-
golangci-lint-version: 1.14.x # use the fixed version to not introduce new linters unexpectedly
55+
golangci-lint-version: 1.15.x # use the fixed version to not introduce new linters unexpectedly
5656
prepare:
57-
- echo "here I can run custom commands, but no preparation needed"
57+
- echo "here I can run custom commands, but no preparation needed for this repo"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,9 +841,9 @@ issues:
841841
# golangci.com configuration
842842
# https://github.com/golangci/golangci/wiki/Configuration
843843
service:
844-
golangci-lint-version: 1.14.x # use the fixed version to not introduce new linters unexpectedly
844+
golangci-lint-version: 1.15.x # use the fixed version to not introduce new linters unexpectedly
845845
prepare:
846-
- echo "here I can run custom commands, but no preparation needed"
846+
- echo "here I can run custom commands, but no preparation needed for this repo"
847847
```
848848
849849
## False Positives
@@ -948,6 +948,7 @@ There is the most valuable changes log:
948948
8. Dockerfile: copy the binary to `/usr/bin/` instead of `$GOPATH/bin/`
949949
9. Support `ignore-words` config option for `misspell`
950950
10. Include `staticcheck` check name into a message
951+
11. Fix working with symbolic links
951952
952953
### January 2019
953954

README.tmpl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ There is the most valuable changes log:
492492
8. Dockerfile: copy the binary to `/usr/bin/` instead of `$GOPATH/bin/`
493493
9. Support `ignore-words` config option for `misspell`
494494
10. Include `staticcheck` check name into a message
495+
11. Fix working with symbolic links
495496

496497
### January 2019
497498

0 commit comments

Comments
 (0)