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:
Diffstat (limited to '.rubocop_todo/performance/concurrent_monotonic_time.yml')
-rw-r--r--.rubocop_todo/performance/concurrent_monotonic_time.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop_todo/performance/concurrent_monotonic_time.yml b/.rubocop_todo/performance/concurrent_monotonic_time.yml
new file mode 100644
index 00000000000..0e55eaf4a18
--- /dev/null
+++ b/.rubocop_todo/performance/concurrent_monotonic_time.yml
@@ -0,0 +1,6 @@
+---
+# Cop supports --autocorrect.
+Performance/ConcurrentMonotonicTime:
+ Details: grace period
+ Exclude:
+ - 'lib/gitlab/database/connection_timer.rb'