Skip to content

Instantly share code, notes, and snippets.

@lujanfernaud
Created August 2, 2017 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lujanfernaud/f703b2c1705e98d775678ccd9fe60e1c to your computer and use it in GitHub Desktop.
Save lujanfernaud/f703b2c1705e98d775678ccd9fe60e1c to your computer and use it in GitHub Desktop.
Prevent RuboCop from checking the use of quotes
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