Skip to content

Commit ee86d2a

Browse files
Updated README.md (#1806)
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
1 parent 3ab5b47 commit ee86d2a

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ Support this project with a :star:
8787
# Type: string
8888
config_path: ''
8989

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+
9098
# Extra arguments passed to [ESlint](https://eslint.org/docs/user-guide/command-line-interface)
9199
# Type: string
92100
extra_args: ''
@@ -112,10 +120,11 @@ Support this project with a :star:
112120
filter_mode: ''
113121

114122
# [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`
116124
# 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`.
119128
# Type: string
120129
ignore_patterns: ''
121130

@@ -132,8 +141,8 @@ Support this project with a :star:
132141

133142
# [Reporter](https://github.com/reviewdog/reviewdog#reporters) of reviewdog command (github-check, github-pr-review).
134143
# 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.
137146
# Type: string
138147
# Default: "github-pr-review"
139148
reporter: ''

0 commit comments

Comments
 (0)