Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 361 Bytes

LINTING.md

File metadata and controls

9 lines (6 loc) · 361 Bytes

We use rubocop to lint our code. Help us solve pre-existing linting issues, and also make sure the new code you push is linted properly. To run the linter, run:

$ rubocop # Lint the entire codebase

$ rubocop path/to/directory path/to/file.rb # Lint a specific directory or a file

$ rubocop --rails # Include specialized tests for Rails (recommended)