Skip to content
Snippets Groups Projects
Verified Commit 19baa053 authored by anarcat's avatar anarcat
Browse files

allow for a way to skip markdown linting

This is the same parameter as we use in the tor-puppet hooks.
parent 444499c7
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
if [ -n "$SKIP_LINT" ] ; then
echo "skipping markdown checks because SKIP_LINT is defined"
exit 0
fi
# This script will pass provided arguments to markdownlint (mdl), with
# Kramdown warnings enabled, but with the GitLab-specific (and
# non-standard) [[_TOC_]] blob removed. This only works on single
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment