Merged in feature/docresult (pull request #105)
Document Result Endpoint * testing * cleantesting * progress * query * lint * readme * dockerclient * api * passtest * tests * test
This commit is contained in:
@@ -7,8 +7,12 @@ tasks:
|
||||
lint:
|
||||
cmds:
|
||||
- |
|
||||
vacuum lint ./serviceAPIs/queryService.yaml -b -d -e --no-clip -z \
|
||||
{{.CLI_ARGS}}
|
||||
for file in serviceAPIs/*.yml serviceAPIs/*.yaml; do
|
||||
if [[ -f "$file" ]]; then
|
||||
vacuum lint $file -b -d -e --no-clip -z \
|
||||
{{.CLI_ARGS}}
|
||||
fi
|
||||
done
|
||||
generate:
|
||||
- |
|
||||
generateGo() {
|
||||
|
||||
Reference in New Issue
Block a user