pages*/*: update outdated pages, pages/*: fix placeholders (#14171)

This commit is contained in:
Sebastiaan Speck
2024-10-13 18:33:01 +02:00
committed by GitHub
parent ae804a9614
commit 3d6d73a9d1
84 changed files with 153 additions and 161 deletions

View File

@@ -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 ...}}`
- 自动更正文件(实验):