summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorKeiji Yoshimi <walf443@gmail.com>2017-09-23 16:45:58 +0900
committerKeiji Yoshimi <walf443@gmail.com>2017-09-24 15:04:39 +0900
commitdc0f057d0a34f15ae69c220d06682f35266afbc7 (patch)
tree88425eb0793643a07185ade40e5f7aee6c3a0c2d /Rakefile
parent1b1db94e045cdf690bc93939612d17d7ee44c369 (diff)
downloadbundler-dc0f057d0a34f15ae69c220d06682f35266afbc7.tar.gz
improve rubocop_todo.yml
- Style/EmptyLinesAroundExceptionHandlingKeywords - Style/SpaceAroundOperators - Style/SpaceInsideBlockBraces - Lint/DuplicateMethods - Lint/Void - Style/IfUnlessModifier - Style/MixinGrouping - Style/NestedParenthesizedCalls - Style/OrAssignment - Style/RedundantParentheses - Style/TernaryParentheses
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 39a61f4fea..e663869509 100644
--- a/Rakefile
+++ b/Rakefile
@@ -245,7 +245,6 @@ begin
end
end
end
-
rescue LoadError
task :spec do
abort "Run `rake spec:deps` to be able to run the specs"
@@ -313,7 +312,6 @@ begin
task(:require) {}
end
-
rescue LoadError
namespace :man do
task(:require) { abort "Install the ronn gem to be able to release!" }