From 697397ab9a432d16930979125c422a5281024c49 Mon Sep 17 00:00:00 2001 From: "a.chong" Date: Thu, 4 Apr 2024 11:40:01 +0200 Subject: [PATCH] RuboCop compliance * Because the resource is very long and splitting it wouldn't make a lot of sense Change-Id: Ida1197958d862a18d87d2ae21bdf66e00783d871 --- resources/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/default.rb b/resources/default.rb index 347c041..ac4d0f5 100644 --- a/resources/default.rb +++ b/resources/default.rb @@ -20,7 +20,7 @@ property :plugins, Hash, default: lazy { node['nexus3']['plugins'] } property :logback_variables, Hash, default: lazy { node['nexus3']['logback_variables'] } -action :install do +action :install do # rubocop:disable Metrics/BlockLength install_dir = ::File.join(new_resource.path, "nexus-#{new_resource.version}") group new_resource.nexus3_group do