diff --git a/.rubocop.yml b/.rubocop.yml
index 396a760da916e5c7a31e2532d0eeea39d21d8b52..219dcf0375dd78180aec70c252407c8b7700d897 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -952,7 +952,9 @@ Style/AlignParameters:
 
 Style/BarePercentLiterals:
   Enabled: true
-  EnforcedStyle: bare_percent
+
+Style/BracesAroundHashParameters:
+  Enabled: false
 
 Style/CaseEquality:
   Enabled: false
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 12439d7bff6b9d479413f69ba480629ae3026c8e..92c0934b05b413854ac0189bb00ddcc1714972fd 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -38,13 +38,6 @@ RSpec/SingleArgumentMessageChain:
   Exclude:
     - 'spec/requests/api/internal_spec.rb'
 
-# Offense count: 399
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-# SupportedStyles: braces, no_braces, context_dependent
-Style/BracesAroundHashParameters:
-  Enabled: false
-
 # Offense count: 33
 # Cop supports --auto-correct.
 Style/ColonMethodCall: