pages*/*: update outdated pages, pages/*: fix placeholders (#14171)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
- 检查一个或多个指定文件或目录:
|
||||
|
||||
`rubocop {{目录 / 文件名}} {{目录 /}}`
|
||||
`rubocop {{目录 / 文件名 目录 / 文件名 ...}}`
|
||||
|
||||
- 将输出写入指定文件:
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
|
||||
- 排除格式规则:
|
||||
|
||||
`rubocop --except {{规则 1}} {{规则 2}}`
|
||||
`rubocop --except {{规则 1 规则 2 ...}}`
|
||||
|
||||
- 只运行指定的规则:
|
||||
|
||||
`rubocop --only {{规则 1}} {{规则 2}}`
|
||||
`rubocop --only {{规则 1 规则 2 ...}}`
|
||||
|
||||
- 自动更正文件(实验):
|
||||
|
||||
|
Reference in New Issue
Block a user