.rubocop.yml in fusuma-plugin-sendkey-0.5.1 vs .rubocop.yml in fusuma-plugin-sendkey-0.6.0.pre
- old
+ new
@@ -1,16 +1,25 @@
+AllCops:
+ TargetRubyVersion: 2.4
+ NewCops: enable
+ Layout/BeginEndAlignment:
+ Enabled: true
+ Layout/EmptyLinesAroundAttributeAccessor:
+ Enabled: true
+
Metrics/ModuleLength:
Exclude:
- "**/*_spec.rb"
Metrics/BlockLength:
Exclude:
- "**/*_spec.rb"
- "fusuma-plugin-*.gemspec"
-Metrics/LineLength:
+Layout/LineLength:
Max: 100
Exclude:
+ - "**/*_spec.rb"
- "fusuma-plugin-*.gemspec"
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys: