Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rubocop you personal lint assistant

Rubocop you personal lint assistant

Rubocop, Ruby static code analyzer.

Pritesh Jain

April 04, 2015
Tweet

More Decks by Pritesh Jain

Other Decks in Programming

Transcript

  1. Cops - Style - check for stylistics problems in your

    code - Lint - check for possible errors and very bad practices in your code
  2. How to - gem install rubocop - cd yourapp -

    rubocop app or - rubocop lib/app.rb - rubocop --auto-correct