diff options
Diffstat (limited to '.rubocop_todo/style/redundant_parentheses.yml')
-rw-r--r-- | .rubocop_todo/style/redundant_parentheses.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop_todo/style/redundant_parentheses.yml b/.rubocop_todo/style/redundant_parentheses.yml new file mode 100644 index 00000000000..1ca658776b8 --- /dev/null +++ b/.rubocop_todo/style/redundant_parentheses.yml @@ -0,0 +1,6 @@ +--- +# Cop supports --auto-correct. +Style/RedundantParentheses: + Exclude: + - 'lib/gitlab/database/tables_truncate.rb' + - 'qa/qa/specs/features/ee/browser_ui/11_fulfillment/utilization/billing_seats_usage_data_spec.rb' |