.rubocop.yml in indieweb-endpoints-1.0.2 vs .rubocop.yml in indieweb-endpoints-1.1.0
- old
+ new
@@ -1,18 +1,18 @@
require:
- rubocop-performance
- rubocop-rspec
-Layout/AlignHash:
+Layout/HashAlignment:
EnforcedHashRocketStyle: table
+Layout/LineLength:
+ Enabled: false
+
Metrics/BlockLength:
Exclude:
- indieweb-endpoints.gemspec
- spec/**/*.rb
-
-Metrics/LineLength:
- Enabled: false
Naming/RescuedExceptionsVariableName:
PreferredName: exception
RSpec/FilePath: