diff --git a/.rubocop.yml b/.rubocop.yml index 55e95b8f..f91851ae 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -5,6 +5,10 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. +AllCops: + Exclude: + - 'gemfiles/**/*' + # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: