File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ issues:
52
52
# golangci.com configuration
53
53
# https://github.com/golangci/golangci/wiki/Configuration
54
54
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
56
56
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 "
Original file line number Diff line number Diff line change @@ -841,9 +841,9 @@ issues:
841
841
# golangci.com configuration
842
842
# https://github.com/golangci/golangci/wiki/Configuration
843
843
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
845
845
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 "
847
847
```
848
848
849
849
## False Positives
@@ -948,6 +948,7 @@ There is the most valuable changes log:
948
948
8. Dockerfile: copy the binary to ` /usr/bin/` instead of ` $GOPATH /bin/`
949
949
9. Support ` ignore-words` config option for ` misspell`
950
950
10. Include ` staticcheck` check name into a message
951
+ 11. Fix working with symbolic links
951
952
952
953
# ## January 2019
953
954
Original file line number Diff line number Diff line change @@ -492,6 +492,7 @@ There is the most valuable changes log:
492
492
8 . Dockerfile: copy the binary to ` /usr/bin/ ` instead of ` $GOPATH/bin/ `
493
493
9 . Support ` ignore-words ` config option for ` misspell `
494
494
10 . Include ` staticcheck ` check name into a message
495
+ 11 . Fix working with symbolic links
495
496
496
497
### January 2019
497
498
You can’t perform that action at this time.
0 commit comments