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>2024-01-12 21:08:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-12 21:08:59 +0300
commitbb5a73d8962c28abeef59ea3d6e90f4b2e370f36 (patch)
treef83de42bc46951514a3bda5f9b221a1be3acd72b /.rubocop.yml
parent8b5595e9f1b9e46c97a69bfc0dc109658d5dbea2 (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 571946be462..d776a79a80d 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -375,6 +375,9 @@ Rails/HasManyOrHasOneDependent:
Rails/CreateTableWithTimestamps:
Enabled: false
+Rails/AvoidTimeComparison:
+ Enabled: true
+
# GitLab ###################################################################
Gitlab/ModuleWithInstanceVariables: