diff --git a/config/default.yml b/config/default.yml index b732b02ed5..35c987caee 100644 --- a/config/default.yml +++ b/config/default.yml @@ -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.