diff --git a/.rubocop.yml b/.rubocop.yml index 43a09811..9fb58aba 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,14 @@ AllCops: TargetRubyVersion: 2.3 + Exclude: + - 'db/**/*' + - 'tmp/**/*' + - 'bin/**/*' + - 'vendor/**/*' + - 'app/assets/javascripts/node_modules/**/*' Rails: Enabled: true + +Metrics/LineLength: + Max: 100