.rubocop.yml in html-pipeline-mrkdwn-0.1.5 vs .rubocop.yml in html-pipeline-mrkdwn-0.1.6
- old
+ new
@@ -1,6 +1,8 @@
AllCops:
TargetRubyVersion: 2.7
+ NewCops: enable
+ SuggestExtensions: false
Style/EmptyElse:
EnforcedStyle: empty
Style/StringLiterals: