[RUBY] Points to review when Rubocop is slow to run

If you're having trouble running Rubocop, include .git/**/* in the exclusion directory first. It will be explosive. The version is 0.83.0.

AllCops:
  Exclude:
    - vendor/bundle/**/*
    - bin/*
    - db/**/*
    - config/**/*
    - lib/*
    - Gemfile
    - public/**/*
    - tmp/**/*
    - log/**/*
    - .git/**/*

It took almost 2 minutes in my environment, but now it takes 6 seconds. Now you can do it often. I hope it helps.

Recommended Posts

Points to review when Rubocop is slow to run
6 points to doubt when user registration is not possible with devise
Java Realm is difficult to handle 3 points
Points to worry about when handling variables personally
Code review points
Run Rubocop and RSpec on CircleCI and deploy to ECS
[swift5] How to execute processing when tabBar is tapped
Null value is entered when assigning to an array
ParseException: What to do when Unparseable date is reached
BasicDataSourceFactory is ClassNotFoundException when connecting to DB on Tomcat 8