Skip to content
Snippets Groups Projects
  • Tim Emiola's avatar
    e2860c5b
    Adds rubocop and fixes most style violations it detected · e2860c5b
    Tim Emiola authored
    - add rubocop as a dev dependency
    - fixed many style violations it reported, often using --auto-correct
    - add a rubocop config
     - .rubocop.yml shows the exceptions
     - .rubocopy_todo.yml tracks outstanding style issues
    - adds a rake task to allow rubocop styling checks to be automated
    e2860c5b
    History
    Adds rubocop and fixes most style violations it detected
    Tim Emiola authored
    - add rubocop as a dev dependency
    - fixed many style violations it reported, often using --auto-correct
    - add a rubocop config
     - .rubocop.yml shows the exceptions
     - .rubocopy_todo.yml tracks outstanding style issues
    - adds a rake task to allow rubocop styling checks to be automated