.rubocop.yml in markdown_exec-1.3.0 vs .rubocop.yml in markdown_exec-1.3.1

- old
+ new

@@ -4,9 +4,12 @@ AllCops: NewCops: enable TargetRubyVersion: 2.6 +Layout/LeadingCommentSpace: + Enabled: false + Lint/SafeNavigationChain: Enabled: false Metrics/AbcSize: Enabled: false