From bb5a73d8962c28abeef59ea3d6e90f4b2e370f36 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 12 Jan 2024 18:08:59 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.rubocop.yml') 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: -- cgit v1.2.3