.rubocop.yml in markdown_exec-1.7 vs .rubocop.yml in markdown_exec-1.8

- old
+ new

@@ -12,13 +12,13 @@ Layout/LineContinuationLeadingSpace: Enabled: false Layout/LineLength: - Max: 78 + # Max: 78 # Max: 80 - # Max: 96 + Max: 96 Lint/Debugger: Enabled: false Lint/SafeNavigationChain: @@ -68,9 +68,12 @@ Style/FormatStringToken: Enabled: false Style/GlobalVars: + Enabled: false + +Style/Lambda: Enabled: false Style/MixinUsage: Enabled: false