diff --git a/.rubocop.yml b/.rubocop.yml index e2408a8..c3796d2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,7 +2,7 @@ inherit_from: .rubocop_todo.yml AllCops: Exclude: - - 'bin/**' + - 'bin/**/*' Metrics/LineLength: Enabled: false