Enable rubocop Bundler cops without issues

This commit is contained in:
Bertocq
2018-02-10 21:03:38 +01:00
parent 5de51b5f3c
commit fc88e1ef79

View File

@@ -25,6 +25,15 @@ Metrics/LineLength:
Layout/IndentationConsistency: Layout/IndentationConsistency:
EnforcedStyle: rails EnforcedStyle: rails
Bundler/DuplicatedGem:
Enabled: true
Bundler/InsecureProtocolSource:
Enabled: true
Bundler/OrderedGems:
Enabled: true
Performance/Caller: Performance/Caller:
Enabled: true Enabled: true