Skip to content

Instantly share code, notes, and snippets.

@funnythingz
Last active August 29, 2015 14:13
Show Gist options
  • Save funnythingz/d1909f1022f86fbc40aa to your computer and use it in GitHub Desktop.
Save funnythingz/d1909f1022f86fbc40aa to your computer and use it in GitHub Desktop.
Style/NumericLiterals:
Enabled: false
guard :rubocop, cli: ['--auto-correct', '-D'] do
watch(%r{.+\.rb$})
watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment