config/rubocop.yml in rubocop-sensible-0.1.0 vs config/rubocop.yml in rubocop-sensible-0.2.0
- old
+ new
@@ -12,9 +12,14 @@
# LineLength 80 comes from restrictions in good old days.
Metrics/LineLength:
Max: 160
+# If all member of the team is Japanese, writing comments in Japanese
+# makes sense.
+Style/AsciiComments:
+ Enabled: false
+
# Double negation is a famous Ruby idiom,
# why not using it with confidence?
Style/DoubleNegation:
Enabled: false