File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 53
53
# working-directory: somedir
54
54
55
55
# Optional: golangci-lint command line arguments.
56
- # args: --issues-exit-code=0
56
+ #
57
+ # Note: by default the `.golangci.yml` file should be at the root of the repository.
58
+ # The location of the configuration file can be changed by using `--config=`
59
+ # args: --config=/my/path/.golangci.yml --issues-exit-code=0
57
60
58
61
# Optional: show only new issues if it's a pull request. The default value is `false`.
59
62
# only-new-issues: true
@@ -113,7 +116,10 @@ jobs:
113
116
# working-directory: somedir
114
117
115
118
# Optional: golangci-lint command line arguments.
116
- # args: --issues-exit-code=0
119
+ #
120
+ # Note: by default the `.golangci.yml` file should be at the root of the repository.
121
+ # The location of the configuration file can be changed by using `--config=`
122
+ # args: --config=/my/path/.golangci.yml --issues-exit-code=0
117
123
118
124
# Optional: show only new issues if it's a pull request. The default value is `false`.
119
125
# only-new-issues: true
You can’t perform that action at this time.
0 commit comments