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/style/float_division.yml')
-rw-r--r--.rubocop_todo/style/float_division.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.rubocop_todo/style/float_division.yml b/.rubocop_todo/style/float_division.yml
new file mode 100644
index 00000000000..7fd0cda469d
--- /dev/null
+++ b/.rubocop_todo/style/float_division.yml
@@ -0,0 +1,7 @@
+---
+Style/FloatDivision:
+ Exclude:
+ - 'ee/app/models/geo_node_status.rb'
+ - 'ee/app/models/namespaces/storage/root_size.rb'
+ - 'qa/qa/support/formatters/allure_metadata_formatter.rb'
+ - 'qa/qa/tools/reliable_report.rb'