Skip to content

Commit

Permalink
disable Lint/EmptyWhen of rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Jun 2, 2019
1 parent abf1a2a commit 29c3f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inherit_from: .rubocop_todo.yml
#### Lint

Lint/EmptyWhen:
Enabled: true
Enabled: false

Lint/NestedMethodDefinition:
Exclude:
Expand Down

0 comments on commit 29c3f7b

Please sign in to comment.