From 0bdecc457033a86a39778ca7d89740da59871902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:16:19 +0100 Subject: [PATCH] Bump mdl from 0.12.0 to 0.13.0 (#164) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger --- .markdownlint.json | 5 ++++- Gemfile.lock | 6 +++--- markdownlint-config.rb | 3 +++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.markdownlint.json b/.markdownlint.json index 2d2b904..112ebc4 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -15,5 +15,8 @@ "MD007": false, "MD030": false, "MD032": false, - "MD046": false + "MD046": false, + "MD055": false, + "MD056": false, + "MD057": false } \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 971bbb8..b210903 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM fiber-annotation io-event (~> 1.1) timers (~> 4.1) - chef-utils (18.1.0) + chef-utils (18.3.0) concurrent-ruby coffee-script (2.4.1) coffee-script-source @@ -229,7 +229,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - mdl (0.12.0) + mdl (0.13.0) kramdown (~> 2.3) kramdown-parser-gfm (~> 1.1) mixlib-cli (~> 2.1, >= 2.1.1) @@ -265,7 +265,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) + rexml (3.2.6) rouge (3.26.0) ruby-rc4 (0.1.5) ruby2_keywords (0.0.5) diff --git a/markdownlint-config.rb b/markdownlint-config.rb index 3db66a2..c0bde11 100644 --- a/markdownlint-config.rb +++ b/markdownlint-config.rb @@ -43,3 +43,6 @@ exclude_rule 'MD007' # Unordered list indentation exclude_rule 'MD030' # Spaces after list markers exclude_rule 'MD032' # Lists should be surrounded by blank lines +exclude_rule 'MD055' # Table row doesn't begin/end with pipes +exclude_rule 'MD056' # Table has inconsistent number of columns +exclude_rule 'MD057' # Table has missing or invalid header separation (second row)