summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <ash@the-rebellion.net>2018-07-20 11:00:55 +1000
committerAsh McKenzie <ash@the-rebellion.net>2018-07-20 22:28:58 +1000
commit41396a775e13734eeb67df715744a16b622ed7b7 (patch)
tree6e6eff56d03df8c045eb328bce6f8fe0d2ede719
parent0ddb3c767af79194c13d97e3fa50a90098bc155c (diff)
downloadgitlab-shell-41396a775e13734eeb67df715744a16b622ed7b7.tar.gz
Ignore 'Missing magic comment' Rubocop warning
This was not posing an issue during CI, but was an issue locally.
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 7ea677e..66b7951 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -67,3 +67,6 @@ Style/RegexpLiteral:
Style/SpecialGlobalVars:
Enabled: false
+
+Style/FrozenStringLiteralComment:
+ Enabled: false