# A sample Guardfile
# More info at https://github.com/guard/guard#readme


guard "rubycritic" do
  watch(%r{^app/(.+)\.rb$})
  watch(%r{^lib/(.+)\.rb$})
end
