summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-05 06:08:22 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-05 06:08:22 +0000
commit17dffb6c5192c03eb6257dd062d8e8ab2a022c30 (patch)
tree30c60f15d548392e8a0773b64bec8ca39eaf6c28 /.rubocop_todo.yml
parent082a47557774c89745c66e08c0a4171a53e7bdb2 (diff)
downloadgitlab-ce-17dffb6c5192c03eb6257dd062d8e8ab2a022c30.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index e9264ffc8d1..14bc169854a 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -162,12 +162,6 @@ Rails/RakeEnvironment:
Rails/RedundantForeignKey:
Enabled: false
-# Offense count: 1144
-# Configuration parameters: ForbiddenMethods, AllowedMethods.
-# ForbiddenMethods: decrement!, decrement_counter, increment!, increment_counter, insert, insert!, insert_all, insert_all!, toggle!, touch, touch_all, update_all, update_attribute, update_column, update_columns, update_counters, upsert, upsert_all
-Rails/SkipsModelValidations:
- Enabled: false
-
# Offense count: 278
# Cop supports --auto-correct.
Rails/SquishedSQLHeredocs: