Skip to content

Instantly share code, notes, and snippets.

@ykpythemind
Last active July 26, 2017 06:23
Show Gist options
  • Select an option

  • Save ykpythemind/3d76d46627677c0484eb26d6c8353522 to your computer and use it in GitHub Desktop.

Select an option

Save ykpythemind/3d76d46627677c0484eb26d6c8353522 to your computer and use it in GitHub Desktop.
rubocop.yml
# Use only ascii symbols in comments.
AsciiComments:
Enabled: false
LineLength:
Max: 140
AllCops:
TargetRubyVersion: 2.3
Style/FrozenStringLiteralComment:
Enabled: false
Style/NumericLiteralPrefix:
Enabled: false
Style/FormatString:
EnforcedStyle: percent
Documentation:
Enabled: false
Style/Lambda:
Enabled: false
Rails:
Enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment