mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
570a113901
* Bump cljkondo/clj-kondo from 2021.01.20-alpine to 2021.02.13-alpine Bumps cljkondo/clj-kondo from 2021.01.20-alpine to 2021.02.13-alpine. Signed-off-by: dependabot[bot] <support@github.com> * fix ascii * fix spacing * removing non ascii chars * fixed typo * fixed typo * add location * flaky go * flaky go * flaky ansible * fix groovy * update Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
12 lines
1.3 KiB
Text
12 lines
1.3 KiB
Text
TAP version 13
|
|
1..4
|
|
not ok 1 - openapi_bad_1.yml
|
|
---
|
|
message: OpenAPI 3.x detected\n\n/tmp/lint/.automation/test/openapi/openapi_bad_1.yml\n 1 1 warning info-contact Info object should contain `contact` object.\n 1 1 warning info-description OpenAPI object info `description` must be present and non-empty string.\n 1 1 warning oas3-api-servers OpenAPI `servers` must be present and non-empty array.\n 1 1 error oas3-schema Object should have required property `info`.\n 1 1 warning openapi-tags OpenAPI object should have non-empty `tags` array.\n\n 5 problems (1 error, 4 warnings, 0 infos, 0 hints)\n
|
|
...
|
|
not ok 2 - openapi_bad_2.json
|
|
---
|
|
message: OpenAPI 3.x detected\n\n/tmp/lint/.automation/test/openapi/openapi_bad_2.json\n 1 1 warning info-contact Info object should contain `contact` object.\n 1 1 warning info-description OpenAPI object info `description` must be present and non-empty string.\n 1 1 warning oas3-api-servers OpenAPI `servers` must be present and non-empty array.\n 1 1 error oas3-schema Object should have required property `info`.\n 1 1 warning openapi-tags OpenAPI object should have non-empty `tags` array.\n\n 5 problems (1 error, 4 warnings, 0 infos, 0 hints)\n
|
|
...
|
|
ok 3 - openapi_good_1.yml
|
|
ok 4 - openapi_good_2.json
|