Run rubocop after tests
1 files changed, 1 insertions(+), 1 deletions(-) M Rakefile
M Rakefile => Rakefile +1 -1
@@ 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