rubocop update and resolutions

This commit is contained in:
2016-09-11 09:57:55 -05:00
parent 9362f506ee
commit b063f188b9
5 changed files with 23 additions and 9 deletions

View File

@ -32,5 +32,6 @@ end
guard :rubocop do
watch(/.+\.rb$/)
watch(/Rakefile/)
watch(/.rubocop.yml/)
watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
end