summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-07-15 20:24:47 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-07-15 20:24:47 -0700
commite4031f9623d6df9ad88d03757b42c0fd45aadc2e (patch)
tree97237d1dffe58f1f8cebc01175c26cb9b2f115c0
parentc06f276bb05f977e2b6a96e5c2048840e3b4feca (diff)
downloadbundler-e4031f9623d6df9ad88d03757b42c0fd45aadc2e.tar.gz
[RuboCop] Enable Style/TrailingBlankLines
-rw-r--r--.rubocop_todo.yml6
-rw-r--r--lib/bundler/fetcher/downloader.rb2
-rw-r--r--lib/bundler/stub_specification.rb2
3 files changed, 2 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 463d9f9fea..a5bafbb03c 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -628,12 +628,6 @@ Style/StructInheritance:
Style/SymbolProc:
Enabled: false
-# Offense count: 2
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/TrailingBlankLines:
- Enabled: false
-
# Offense count: 15
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
diff --git a/lib/bundler/fetcher/downloader.rb b/lib/bundler/fetcher/downloader.rb
index b480b4bae9..55657195de 100644
--- a/lib/bundler/fetcher/downloader.rb
+++ b/lib/bundler/fetcher/downloader.rb
@@ -58,4 +58,4 @@ module Bundler
end
end
-end \ No newline at end of file
+end
diff --git a/lib/bundler/stub_specification.rb b/lib/bundler/stub_specification.rb
index be73c9096b..a15a1adf85 100644
--- a/lib/bundler/stub_specification.rb
+++ b/lib/bundler/stub_specification.rb
@@ -20,4 +20,4 @@ module Bundler
stub.to_spec
end
end
-end \ No newline at end of file
+end