diff --git a/ruby/.rubocop.yml b/ruby/.rubocop.yml index c6a822a..0a46e50 100644 --- a/ruby/.rubocop.yml +++ b/ruby/.rubocop.yml @@ -12,6 +12,7 @@ AllCops: - '**/db/schema.rb' - !ruby/regexp /old_and_unused\.rb$/ NewCops: enable + IgnoreUnrecognizedCops: true # Configure cops for styles that we do not adhere to or are not agreed upon # Default settings and options can be viewed here: https://raw.githubusercontent.com/bbatsov/rubocop/master/config/default.yml