-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

rubocop


> Lint Ruby files.

More information.


Check all files in the current directory (including subdirectories):

rubocop

Check one or more specific files or directories:

rubocop {path/to/file} {path/to/directory}

Write output to file:

rubocop --out {path/to/file}

View list of cops (linter rules):

rubocop --show-cops

Exclude a cop:

rubocop --except {cop_1} {cop_2}

Run only specified cops:

rubocop --only {cop_1} {cop_2}

Auto-correct files (experimental):

rubocop --auto-correct


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 03:05:28 2024