precommit: Enable MarkdownLint and various small improvements

This commit is contained in:
Ole Schütt 2020-08-21 00:30:35 +02:00 committed by Ole Schütt
parent e3fa6e9c2c
commit e71e4793a6
5 changed files with 112 additions and 73 deletions

View file

@ -37,7 +37,7 @@ def shellcheck():
# ======================================================================================
@app.route("/markdownlint", methods=["POST"])
def markdownlint():
return run_tool(["mdl"])
return run_tool(["markdownlint"])
# ======================================================================================