Merged in feature/openapilint (pull request #42)
Add OpenAPI linting * removeerrs * removeerrs
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user