.rubocop.yml in aws_assume_role-0.1.1 vs .rubocop.yml in aws_assume_role-0.1.2
- old
+ new
@@ -1,7 +1,6 @@
---
-#require: rubocop-rspec
AllCops:
DisplayCopNames: true
Exclude:
- 'lib/aws_assume_role/vendored/**/*.rb'
@@ -23,12 +22,9 @@
Metrics/PerceivedComplexity:
Enabled: false
Style/IndentationWidth:
Width: 4
-
-RSpec/ExampleLength:
- Enabled: false
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInLiteral: