Skip to content

Commit

Permalink
Manually fix remaining linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Thorner committed Jul 20, 2020
1 parent d97591d commit 7cd298f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ rescue LoadError
p "Could not load RSpec"
end

desc "Send short form dependency audit"
task :dependapanda do
Dependapanda.new.send_simple_message
end

desc "Send complete dependency audit"
task :dependapanda_loud do
Dependapanda.new.send_full_message
end
Expand Down

0 comments on commit 7cd298f

Please sign in to comment.