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>2023-09-22 21:09:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-22 21:09:57 +0300
commitc90ff9583ab8c882a42b6ce071d453f2b6d01a6b (patch)
treee6d36302421a826b802d19fcf935fe3f0d6bd2db /.rubocop_todo/style
parent1d935c1c61c429f246249984b5dac6d5190cbeae (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/style')
-rw-r--r--.rubocop_todo/style/hash_syntax.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop_todo/style/hash_syntax.yml b/.rubocop_todo/style/hash_syntax.yml
new file mode 100644
index 00000000000..a6fb5b2e59c
--- /dev/null
+++ b/.rubocop_todo/style/hash_syntax.yml
@@ -0,0 +1,4 @@
+---
+# Cop supports --autocorrect.
+Style/HashSyntax:
+ Enabled: false