Skip to content

Commit de1c8c8

Browse files
committed
Rubocop polishing
This change polishes the Rubocop configuration a bit
1 parent 177e504 commit de1c8c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.rubocop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ RSpec/FilePath:
2727
Style/Documentation:
2828
Enabled: false
2929
Style/EmptyLinesAroundBlockBody:
30-
Enabled: false
30+
Exclude:
31+
- 'spec/**/*'
3132
Style/EmptyLinesAroundClassBody:
3233
Enabled: false
3334
Style/EmptyLinesAroundModuleBody:

lib/java_buildpack/framework/spring_insight.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def detect
4545
def compile
4646
JavaBuildpack::Util::Cache::InternetAvailability.instance.available(
4747
true, 'The Spring Insight download location is always accessible') do
48-
4948
# TODO: AGENT_DOWNLOAD_URI_SUFFIX To be removed once the full path is included in VCAP_SERVICES see #58873498
5049
download(@version, @uri.chomp('/') + AGENT_DOWNLOAD_URI_SUFFIX) { |file| expand file }
5150
end

0 commit comments

Comments
 (0)