From 67984d8e08a914997a6870a5067877800e93943b Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 15 Dec 2025 20:14:57 +0100 Subject: [PATCH] rubocop: autofix --- lib/vanagon/driver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vanagon/driver.rb b/lib/vanagon/driver.rb index 0a6001d..9935635 100644 --- a/lib/vanagon/driver.rb +++ b/lib/vanagon/driver.rb @@ -114,7 +114,7 @@ def list_build_dependencies @project.components.map(&:build_requires).flatten.uniq - @project.components.map(&:name) end - def install_build_dependencies # rubocop:disable Metrics/AbcSize + def install_build_dependencies # rubocop:disable Metrics/AbcSize, Metrics/PerceivedComplexity unless list_build_dependencies.empty? if @platform.build_dependencies && @platform.build_dependencies.command && !@platform.build_dependencies.command.empty? # When install dependencies via Cygwin on Windows, we need to comma-separate the list rather than space