diff --git a/.rubocop.yml b/.rubocop.yml index 38606fe..67b6398 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -65,9 +65,6 @@ Rails/DynamicFindBy: Exclude: - 'spec/spec_helper.rb' # TODO: RUBOCOP Cleanup exclusion -Style/BracesAroundHashParameters: - Enabled: false - Style/ClassVars: Enabled: false