Commit af5209b

mo <mo.khan@gmail.com>
2019-07-25 21:29:20
add description to lint task
1 parent 296bb05
Changed files (1)
Rakefile
@@ -9,5 +9,6 @@ RSpec::Core::RakeTask.new(:spec)
 RuboCop::RakeTask.new(:rubocop)
 Bundler::Audit::Task.new
 
+desc "run linters"
 task lint: [:rubocop, 'bundle:audit']
 task default: :spec