diff options
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index c8ea9ab15..b3ee67d06 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -172,13 +172,6 @@ Layout/IndentFirstHashElement: Enabled: false # Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle. -# SupportedStyles: normal, indented_internal_methods -Layout/IndentationConsistency: - Exclude: - - 'test/mocks/open_id_authentication_mock.rb' - -# Cop supports --auto-correct. # Configuration parameters: Width, IgnoredPatterns. Layout/IndentationWidth: Enabled: false |