Skip to content

Commit

Permalink
add rubocop to default rake task.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGordon1 committed Jun 27, 2019
1 parent 388ffe7 commit e3852b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/tasks/default.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
desc "Look for style guide offenses in your code"
task :rubocop do
sh "rubocop --format simple || true"
end

task default: [:rubocop]

0 comments on commit e3852b1

Please sign in to comment.