.rubocop.yml in statesman-0.1.0 vs .rubocop.yml in statesman-0.2.0
- old
+ new
@@ -16,5 +16,8 @@
# Avoid methods longer than 30 lines of code
MethodLength:
CountComments: false # count full line comments?
Max: 15
+# Don't require utf-8 encoding comment
+Encoding:
+ Enabled: false