We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177e504 commit de1c8c8Copy full SHA for de1c8c8
2 files changed
.rubocop.yml
@@ -27,7 +27,8 @@ RSpec/FilePath:
27
Style/Documentation:
28
Enabled: false
29
Style/EmptyLinesAroundBlockBody:
30
- Enabled: false
+ Exclude:
31
+ - 'spec/**/*'
32
Style/EmptyLinesAroundClassBody:
33
34
Style/EmptyLinesAroundModuleBody:
lib/java_buildpack/framework/spring_insight.rb
@@ -45,7 +45,6 @@ def detect
45
def compile
46
JavaBuildpack::Util::Cache::InternetAvailability.instance.available(
47
true, 'The Spring Insight download location is always accessible') do
48
-
49
# TODO: AGENT_DOWNLOAD_URI_SUFFIX To be removed once the full path is included in VCAP_SERVICES see #58873498
50
download(@version, @uri.chomp('/') + AGENT_DOWNLOAD_URI_SUFFIX) { |file| expand file }
51
end
0 commit comments