.rubocop.yml in indieweb-endpoints-2.0.0 vs .rubocop.yml in indieweb-endpoints-3.0.0
- old
+ new
@@ -1,17 +1,16 @@
require:
- rubocop-performance
- rubocop-rspec
-Layout/HashAlignment:
- EnforcedHashRocketStyle: table
+AllCops:
+ NewCops: enable
Layout/LineLength:
Enabled: false
Metrics/BlockLength:
Exclude:
- - indieweb-endpoints.gemspec
- spec/**/*.rb
Naming/RescuedExceptionsVariableName:
PreferredName: exception