Skip to content

Commit

Permalink
Use hash rocket style in Guardfile (style).
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Aug 30, 2014
1 parent 5361137 commit 73cc826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
guard :rubocop, keep_failed: true, cli: "-r finstyle" do
guard :rubocop, :keep_failed => true, :cli => "-r finstyle" do
watch(%r{.+\.rb$})
watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) }
end

0 comments on commit 73cc826

Please sign in to comment.