Skip to content

Commit

Permalink
RuboCop compliance
Browse files Browse the repository at this point in the history
* Because the resource is very long and splitting it wouldn't make a lot
  of sense

Change-Id: Ida1197958d862a18d87d2ae21bdf66e00783d871
  • Loading branch information
achamo committed Apr 4, 2024
1 parent 50ae158 commit 697397a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 697397a

Please sign in to comment.