mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
rubocop: update Spanish translation (#13717)
* rubocop: Update Spanish translation * Update pages.es/common/rubocop.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages.es/common/rubocop.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update rubocop.md * Update rubocop.md Co-authored-by: Reinhart Previano Koentjoro <reinhart@reinhart1010.id> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Reinhart Previano Koentjoro <reinhart@reinhart1010.id>
This commit is contained in:
parent
731ee736da
commit
f34bd2a4f0
1 changed files with 5 additions and 5 deletions
|
@ -9,11 +9,11 @@
|
|||
|
||||
- Verifica uno o más archivos o directorios determinados:
|
||||
|
||||
`rubocop {{path/to/file}} {{path/to/directory}}`
|
||||
`rubocop {{ruta/al/archivo_o_directorio1 ruta/al/archivo_o_directorio2 ...}}`
|
||||
|
||||
- Guarda la salida en un archivo:
|
||||
|
||||
`rubocop --out {{path/to/file}}`
|
||||
`rubocop --out {{ruta/al/archivo}}`
|
||||
|
||||
- Muestra la lista de cops (reglas de análisis):
|
||||
|
||||
|
@ -21,11 +21,11 @@
|
|||
|
||||
- Excluye una regla:
|
||||
|
||||
`rubocop --except {{cop_1}} {{cop_2}}`
|
||||
`rubocop --except {{cop1 cop2 ...}}`
|
||||
|
||||
- Ejecuta sólo determinadas reglas:
|
||||
- Ejecuta solo determinadas reglas:
|
||||
|
||||
`rubocop --only {{cop_1}} {{cop_2}}`
|
||||
`rubocop --only {{cop1 cop2 ...}}`
|
||||
|
||||
- Autocorrige archivos (experimental):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue