1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 01:35:30 +02:00

rubocop: fix file/directory style

This commit is contained in:
Henré Botha 2018-03-19 16:44:53 +02:00 committed by Agniva De Sarker
parent cca78d99af
commit beea27fdbd

View file

@ -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):