Skip to content

Instantly share code, notes, and snippets.

@ykpythemind
ykpythemind / .rubocop.yml
Last active July 26, 2017 06:23
rubocop.yml
# Use only ascii symbols in comments.
AsciiComments:
Enabled: false
LineLength:
Max: 140
AllCops:
TargetRubyVersion: 2.3
Style/FrozenStringLiteralComment:
Enabled: false
Style/NumericLiteralPrefix: