Enable RSpec/ImplicitExpect cop with convention

Used `EnforcedStyle: should` config as there is no `is_expected.to` usage on the codebase.

Read about cop at http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ImplicitExpect
This commit is contained in:
Bertocq
2018-01-07 02:11:51 +01:00
parent 1441de5107
commit ae04a76221

View File

@@ -93,3 +93,7 @@ RSpec/Focus:
RSpec/HookArgument: RSpec/HookArgument:
Enabled: true Enabled: true
RSpec/ImplicitExpect:
Enabled: true
EnforcedStyle: should