diff --git a/Rakefile b/Rakefile index e88645fa6eff90b35af35a85a30503a2efca24c2..bc3f56eb06c40da715680e61d4be842693fc443d 100644 --- a/Rakefile +++ b/Rakefile @@ -17,7 +17,7 @@ end RuboCop::RakeTask.new(:lint) task :entr do - sh "sh", "-c", "git ls-files | entr -s 'rubocop && rake test'" + sh "sh", "-c", "git ls-files | entr -s 'rake test && rubocop'" end task default: :test