diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-04 15:10:36 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-05-04 15:10:36 +0000 |
commit | be4b3134a282f7a8812306777abd2d3150deecdc (patch) | |
tree | 0563327ce590b415047686c6feff43496742b49a /.rubocop_todo.yml | |
parent | 998adcc422d4161515bf2960ef4dce71258f69a3 (diff) | |
download | gitlab-ce-be4b3134a282f7a8812306777abd2d3150deecdc.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 64332dfc0ce..0f2f3bc44a4 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -820,14 +820,6 @@ Style/NumericLiteralPrefix: Style/PercentLiteralDelimiters: Enabled: false -# Offense count: 247 -# Cop supports --auto-correct. -# Configuration parameters: . -# SupportedStyles: compact, exploded -Style/RaiseArgs: - Enabled: false - EnforcedStyle: exploded - # Offense count: 26 # Cop supports --auto-correct. # Configuration parameters: SafeForConstants. |