Skip to content

Commit

Permalink
The Style/BracesAroundHashParameters cop has been removed since rub…
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Feb 18, 2020
1 parent 979b8e7 commit b5c0573
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/rubocop.yml
Expand Up @@ -202,10 +202,6 @@ Style/BlockDelimiters:
Exclude:
- "spec/**/*_spec.rb"

# option 等、明示的にハッシュにした方が分かりやすい場合もある
Style/BracesAroundHashParameters:
Enabled: false

# scope が違うとか親 module の存在確認が必要とかデメリットはあるが、
# namespace 付きのクラスはかなり頻繁に作るので簡単に書きたい。
Style/ClassAndModuleChildren:
Expand Down

0 comments on commit b5c0573

Please sign in to comment.