Skip to content

Commit

Permalink
Ignore db/schema and bin
Browse files Browse the repository at this point in the history
Since these files are generated by Rails, Rucocop should not
report offenses on them.

Fixes rubocop#166
  • Loading branch information
fidalgo committed Dec 6, 2019
1 parent 8d48d8d commit e378c07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

AllCops:
Exclude:
- bin/bundle
- bin/*
- db/schema.rb
# What version of Rails is the inspected code using? If a value is specified
# for TargetRailsVersion then it is used. Acceptable values are specificed
# as a float (i.e. 5.1); the patch version of Rails should not be included.
Expand Down

0 comments on commit e378c07

Please sign in to comment.