mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
rubocop: fix file/directory style
This commit is contained in:
parent
beea27fdbd
commit
806162b4ab
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
- Check one or more specific files or directories:
|
||||
|
||||
`rubocop {{/path/to/file}} {{/path/to/directory}}`
|
||||
`rubocop {{path/to/file}} {{path/to/directory}}`
|
||||
|
||||
- Write output to file:
|
||||
|
||||
`rubocop --out {{/path/to/file}}`
|
||||
`rubocop --out {{path/to/file}}`
|
||||
|
||||
- View list of cops (linter rules):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue