diff options
author | Keiji Yoshimi <walf443@gmail.com> | 2017-09-23 16:45:58 +0900 |
---|---|---|
committer | Keiji Yoshimi <walf443@gmail.com> | 2017-09-24 15:04:39 +0900 |
commit | dc0f057d0a34f15ae69c220d06682f35266afbc7 (patch) | |
tree | 88425eb0793643a07185ade40e5f7aee6c3a0c2d /Rakefile | |
parent | 1b1db94e045cdf690bc93939612d17d7ee44c369 (diff) | |
download | bundler-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-- | Rakefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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!" } |