From 19affeda876d7a2da031e98c91fafccace6dc2e9 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 17 Mar 2023 02:47:19 +0100 Subject: [PATCH] chore: spec-generator@v1.1.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ada471a27..9e3d20856 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ clean: rm -rf ./out spec-generator: - npx spec-generator@v1.0.0 -c .config.json -w + npx spec-generator@v1.1.2 -c .config.json -w superlinter: docker run --rm -e VALIDATE_ALL_CODEBASE=false -e RUN_LOCAL=true -e VALIDATE_MARKDOWN=true -e MARKDOWN_CONFIG_FILE=".markdownlint.json" -e LINTER_RULES_PATH="." -v $(shell pwd):/tmp/lint github/super-linter:v4