.rubocop.yml in slack_block_kit-0.1.0 vs .rubocop.yml in slack_block_kit-0.2.0
- old
+ new
@@ -1,7 +1,11 @@
+require: rubocop-rspec
inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 2.5.3
Metrics/LineLength:
Max: 120
+
+Style/AsciiComments:
+ Enabled: false