We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de962fd commit 2bd6b53Copy full SHA for 2bd6b53
Rakefile
@@ -35,9 +35,7 @@ end
35
36
desc 'Run metadata_lint, lint, validate, and spec tests.'
37
task :test do
38
- # This should be changed once we drop support for 1.9.3 to
39
- # %i[metadata_lint lint validate rubocop spec].each
40
- [:metadata_lint, :lint, :validate, :spec].each do |test|
+ %i[metadata_lint lint validate rubocop spec].each do |test|
41
Rake::Task[test].invoke
42
end
43
0 commit comments