From 7ba4a26c2cf193b305f02c09d61046526fc94b95 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:10:56 -0600 Subject: [PATCH] lint --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index aa3d59c42e..cd00b47c1c 100644 --- a/justfile +++ b/justfile @@ -89,7 +89,7 @@ lint: shfmt -d {{ scripts }} just --unstable --fmt --check prettier -c $(git ls-files '*.yml' '*.yaml') - markdownlint-cli . + markdownlint . # runs linters but makes fixes when possible lint-fix: @@ -99,7 +99,7 @@ lint-fix: shfmt -w {{ scripts }} just --unstable --fmt prettier -w $(git ls-files '*.yml' '*.yaml') - markdownlint-cli --fix . + markdownlint --fix . render-all: render-help render-completions render-mangen