From a94fa2e7145e44c73a527881e5ef27d95278ba52 Mon Sep 17 00:00:00 2001 From: kleph Date: Tue, 27 Oct 2020 14:25:00 +0100 Subject: [PATCH] [ci] Add config file for markdown (tuned for pelican) --- .drone.yml | 2 +- .mdlrc | 1 + .mdlrc.style | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .mdlrc create mode 100644 .mdlrc.style diff --git a/.drone.yml b/.drone.yml index dd6c13c..b7526c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,4 +11,4 @@ steps: - name: markdown lint image: pipelinecomponents/markdownlint:latest commands: - - mdl --style all --warnings . + - mdl . diff --git a/.mdlrc b/.mdlrc new file mode 100644 index 0000000..33302e7 --- /dev/null +++ b/.mdlrc @@ -0,0 +1 @@ +style File.expand_path('.mdlrc.style', __dir__) diff --git a/.mdlrc.style b/.mdlrc.style new file mode 100644 index 0000000..a386b8d --- /dev/null +++ b/.mdlrc.style @@ -0,0 +1,3 @@ +all +exclude_rule 'MD013' +exclude_rule 'MD041' # help with pelican format