diff --git a/Guardfile b/Guardfile index c6fc59e..1d716a9 100644 --- a/Guardfile +++ b/Guardfile @@ -31,6 +31,7 @@ end guard :rubocop, all_on_start: true, cli: RUBOCOP_OPTS do watch(%r{.+\.rb$}) + watch(%r{.+\.rake$}) watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) } end