Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-23 18:09:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-23 18:09:37 +0300
commit7e1e45d40a2312e20893ccfc6e7e5dfad6cf7b1c (patch)
tree7e0754c6a37ed9f3c13d15747cf8a5a5bce13387 /.rubocop.yml
parentecf1ffc19875a94c9de675b0559adc408b202515 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index a19cba5eb46..229067167af 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -307,6 +307,9 @@ Cop/ActiveRecordAssociationReload:
- 'spec/**/*'
- 'ee/spec/**/*'
+Cop/ActiveModelErrorsDirectManipulation:
+ Enabled: true
+
Gitlab/AvoidFeatureGet:
Enabled: true