File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,14 @@ Support this project with a :star:
87
87
# Type: string
88
88
config_path : ' '
89
89
90
+ # Escaped changed file paths passed
91
+ # to ESLint. NOTE: This defaults
92
+ # to `true` to prevent command
93
+ # injection.
94
+ # Type: boolean
95
+ # Default: "true"
96
+ escape_paths : ' '
97
+
90
98
# Extra arguments passed to [ESlint](https://eslint.org/docs/user-guide/command-line-interface)
91
99
# Type: string
92
100
extra_args : ' '
@@ -112,10 +120,11 @@ Support this project with a :star:
112
120
filter_mode : ' '
113
121
114
122
# [ESLint](https://eslint.org/docs/latest/use/configure/ignore) [configuration file](https://eslint.org/docs/latest/use/configure/ignore#ignoring-files) ignores key. Optionally
115
- # ignore files in the `ignores`
123
+ # ignoring files in the `ignores`
116
124
# key from being passed to
117
- # ESLint not required when `all_files`
118
- # is set to `true`.
125
+ # ESLint, this input would be
126
+ # ignored when `all_files` is set
127
+ # to `true`.
119
128
# Type: string
120
129
ignore_patterns : ' '
121
130
@@ -132,8 +141,8 @@ Support this project with a :star:
132
141
133
142
# [Reporter](https://github.com/reviewdog/reviewdog#reporters) of reviewdog command (github-check, github-pr-review).
134
143
# github-pr-review can use Markdown and
135
- # add a link to rule
136
- # page in reviewdog reports.
144
+ # add a link to the
145
+ # rule page in reviewdog reports.
137
146
# Type: string
138
147
# Default: "github-pr-review"
139
148
reporter : ' '
You can’t perform that action at this time.
0 commit comments