We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38112b commit a7b7d3cCopy full SHA for a7b7d3c
1 file changed
Rakefile
@@ -0,0 +1,7 @@
1
+require 'rspec/core/rake_task'
2
+require 'rubocop/rake_task'
3
+
4
+RSpec::Core::RakeTask.new(:spec)
5
+RuboCop::RakeTask.new
6
7
+task default: %i[rubocop spec]
0 commit comments