File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 58
58
# The location of the configuration file can be changed by using `--config=`
59
59
# args: --config=/my/path/.golangci.yml --issues-exit-code=0
60
60
61
+ # Optional: if set to true then the action allows additional --out-format args (default of --out-format=github-actions remains)
62
+ # allow-extra-out-format-args: true
63
+
61
64
# Optional: show only new issues if it's a pull request. The default value is `false`.
62
65
# only-new-issues: true
63
66
@@ -121,6 +124,9 @@ jobs:
121
124
# The location of the configuration file can be changed by using `--config=`
122
125
# args: --config=/my/path/.golangci.yml --issues-exit-code=0
123
126
127
+ # Optional: if set to true then the action allows additional --out-format args (default of --out-format=github-actions remains)
128
+ # allow-extra-out-format-args: true
129
+
124
130
# Optional: show only new issues if it's a pull request. The default value is `false`.
125
131
# only-new-issues: true
126
132
```
You can’t perform that action at this time.
0 commit comments