.rubocop.yml in webhook_system-0.1.0 vs .rubocop.yml in webhook_system-0.1.1
- old
+ new
@@ -43,9 +43,11 @@
# Github's PR width is 120 characters
Metrics/LineLength:
Max: 120
AllowURI: true
+ Exclude:
+ - spec/**/*
# Align with the style guide, we don't prefer anything
Style/CollectionMethods:
Enabled: false