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 546f71b commit 929f0fcCopy full SHA for 929f0fc
tools/oss-check
@@ -420,6 +420,12 @@ def report_binary_size
420
end
421
422
423
+def warmup
424
+ %w[branch main].each do |branch|
425
+ perform("../builds/swiftlint-#{branch} lint --no-cache --enable-all-rules", dir: "#{$working_dir}/Aerial")
426
+ end
427
+end
428
+
429
################################
430
# Script
431
@@ -478,6 +484,7 @@ unless @options[:force]
478
484
479
485
480
486
setup_repos
487
+warmup
481
488
482
489
%w[branch main].each do |branch|
483
490
generate_reports(branch)
0 commit comments