Created
August 2, 2017 18:10
-
-
Save lujanfernaud/f703b2c1705e98d775678ccd9fe60e1c to your computer and use it in GitHub Desktop.
Prevent RuboCop from checking the use of quotes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inherit_from: ../.rubocop.yml | |
# Checks if uses of quotes match the configured preference. | |
Style/StringLiterals: | |
Enabled: false | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment