.rubocop.yml in markdown_exec-1.4.1 vs .rubocop.yml in markdown_exec-1.5

- old
+ new

@@ -12,10 +12,12 @@ Layout/LineContinuationLeadingSpace: Enabled: false Layout/LineLength: - Max: 96 + Max: 72 + # Max: 80 + # Max: 96 Lint/Debugger: Enabled: false Lint/SafeNavigationChain: