Merged in feature/openapilint (pull request #42)

Add OpenAPI linting

* removeerrs

* removeerrs
This commit is contained in:
Michael McGuinness
2025-02-03 17:45:00 +00:00
parent 7001ca854c
commit e51afedf32
6 changed files with 170 additions and 176 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ tasks:
lint:fix:
cmds:
- task go:lint:fix
- task openapi:lint:fix
- task openapi:lint
- task db:lint
- task yaml:lint
- task json:lint:fix
+1 -4
View File
@@ -6,10 +6,7 @@ version: '3'
tasks:
lint:
cmds:
- echo "OpenAPI lint"
lint:fix:
cmds:
- echo "OpenAPI lint:fix"
- vacuum lint ./serviceAPIs/queryService.yaml -d
generate:
deps:
- generate:server