about summary refs log tree commit diff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-03-03 22:55:43 +0100
committerGitHub <noreply@github.com>2023-03-03 22:55:43 +0100
commitaa98c8fbeb02fecac2681464fd7c0445deb466b1 (patch)
tree0e1a4df2ff1d8561db418e2c23acab3a49e4f5df /.rubocop.yml
parent1840d5d50c68a7fa85ea026cdd53c0b2c5cda83f (diff)
Disable Style/SymbolArray (#23921)
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 0a41c54b9..f7ed79b76 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -127,3 +127,6 @@ Style/TrailingCommaInArrayLiteral:
 
 Style/TrailingCommaInHashLiteral:
   EnforcedStyleForMultiline: 'comma'
+
+Style/SymbolArray:
+  Enabled: false