File tree 2 files changed +14
-0
lines changed 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,10 @@ linters:
44
44
run :
45
45
skip-dirs :
46
46
- test/testdata_etc
47
+
48
+ # golangci.com configuration
49
+ # https://github.com/golangci/golangci/wiki/Configuration
50
+ service :
51
+ golangci-lint-version : 1.13.x # use fixed version to not introduce new linters unexpectedly
52
+ prepare :
53
+ - echo "here I can run custom commands, but no preparation needed"
Original file line number Diff line number Diff line change @@ -784,6 +784,13 @@ linters:
784
784
run:
785
785
skip-dirs:
786
786
- test/testdata_etc
787
+
788
+ # golangci.com configuration
789
+ # https://github.com/golangci/golangci/wiki/Configuration
790
+ service:
791
+ golangci-lint-version: 1 .13 .x # use fixed version to not introduce new linters unexpectedly
792
+ prepare:
793
+ - echo "here I can run custom commands, but no preparation needed"
787
794
```
788
795
789
796
## False Positives
You can’t perform that action at this time.
0 commit comments