Merged in feature/openapifixes (pull request #106)

OpenAPI Middleware & Fixes

* updates
This commit is contained in:
Michael McGuinness
2025-03-18 13:06:42 +00:00
parent 555b6d420b
commit 3dd0c718cd
56 changed files with 8577 additions and 122 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ tasks:
- |
for file in serviceAPIs/*.yml serviceAPIs/*.yaml; do
if [[ -f "$file" ]]; then
vacuum lint $file -b -d -e --no-clip -z \
{{.CLI_ARGS}}
vacuum lint $file -b -d --no-clip -z -n info -s \
-r vaccum.conf.yaml {{.CLI_ARGS}}
fi
done
generate: