summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Koronen <koronen@kth.se>2015-08-08 17:17:08 +0200
committerVictor Koronen <koronen@kth.se>2015-08-14 12:29:44 +0200
commit05fb395a0f013076fb6e628cf3cdadbc4ef80fb5 (patch)
tree038c5cfd832d5ce099be71b6fc1c4c12b26d728d
parent384e922c166cd20141383d554ae9e6707e795b76 (diff)
downloadbundler-05fb395a0f013076fb6e628cf3cdadbc4ef80fb5.tar.gz
Fix Style/EmptyLinesAroundMethodBody
-rw-r--r--.rubocop_todo.yml5
-rw-r--r--spec/support/builders.rb1
2 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 786f64f29c..bf7b724814 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -144,11 +144,6 @@ Style/Documentation:
Style/EmptyElse:
Enabled: false
-# Offense count: 1
-# Cop supports --auto-correct.
-Style/EmptyLinesAroundMethodBody:
- Enabled: false
-
# Offense count: 9
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
diff --git a/spec/support/builders.rb b/spec/support/builders.rb
index b5e044b67d..2c02327b3d 100644
--- a/spec/support/builders.rb
+++ b/spec/support/builders.rb
@@ -293,7 +293,6 @@ module Spec
s.cert_chain = [cert]
end
end
-
end
def build_repo(path, &blk)