diff options
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 424e7ffcb..8fa1d53d2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -988,11 +988,6 @@ Style/Alias: Style/AndOr: Enabled: false -# Configuration parameters: AllowedChars. -Style/AsciiComments: - Exclude: - - 'app/models/repository/git.rb' - # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: percent_q, bare_percent |