diff --git a/.rubocop.yml b/.rubocop.yml index c07649b9..081f62e7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,7 @@ +Rails: + enabled: true + AllCops: - RunRailsCops: true Exclude: - "bin/**/*" - "db/migrate/**/*"