Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScaffoLint

The linter file that doesn't lead junior developers to bad habits.

Read .rubocop.yml for details.

Quickstart

  1. Add Rubocop to your Gemfile

    group :development, :test do
      gem "rubocop", "1.20"
    end
  2. Run bundle install

  3. Copy the ScaffoLint config file to your project

    ; curl -o .rubocop.yml https://raw.githubusercontent.com/makersacademy/scaffolint/v2.2.0/.rubocop-stub.yml

    Or, if you already have a Rubocop config file, add the relevant lines from the stub file.

  4. Gitignore the cached Rubocop file

# File: .gitignore

# Local cache of Rubocop remote config
.rubocop-*
  1. Run rubocop

Editor integration

We recommend installing Rubocop support for your editor to get fast feedback as you write your code:

About

The linter file that doesn't lead junior developers to bad habits.

Resources

Stars

16 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages