diff --git a/.rubocop.yml b/.rubocop.yml index 97dd92102..090ddc4a3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -37,6 +37,10 @@ Style/BracesAroundHashParameters: Style/IndentHash: Enabled: false +# no need to worry about it +Style/StringLiterals: + Enabled: false + # a bit too annoying requirement, no big drawback yet dedected Style/TrailingWhitespace: Enabled: false