From 701d696be62189f6b86b0884602b00839cf94a33 Mon Sep 17 00:00:00 2001 From: Todor Date: Thu, 17 Feb 2022 15:21:26 +0100 Subject: [PATCH] Fix speccy usage - Add lint command --- tools/lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lint b/tools/lint index 6d44e8f..8e61c2b 100755 --- a/tools/lint +++ b/tools/lint @@ -71,7 +71,7 @@ lint_python3 () { lint_openapi () { if [ -f $service_dir/resources/openapi.yaml ]; then - speccy --config $ROOT/shared/lint/speccy.yaml \ + speccy lint --config $ROOT/shared/lint/speccy.yaml \ $service_dir/resources/openapi.yaml fi }