Giter Site home page Giter Site logo

go-bitbucket's Introduction

Bitbucket OpenAPI

This is trimmed version of generated bitbucket OpenAPI client, which contains Reports API only which is needed to use the Code Insights feature for reviewdog/reviewdog.

Bitbucket API swagger definitions can be found here Bitbucket API.

Problems with official OpenAPI definitions

Unfortunately officially provided OpenAPI definition is not completely valid , see this issues:

  1. ktrysmt/go-bitbucket Issue #96

  2. JIRA Bitbucket Cloud/BCLOUD-17601 - api.bitbucket.org/swagger.json is broken

However, we were able to generate needed models via OpenAPI Generator CLI with --skip-validate-spec ignoring the errors.

Also, to make it work, in generated code URLs {workspace} need to be replaced with {username}, because BitBucket OpenAPI definition is not correct ๐Ÿคท:

Resource URL is /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/reports/{reportId}

but Path actual parameters are username, repo_slug, commit, reportId

Attempts to generate code

  • Go Swagger:

    $ swagger validate https://bitbucket.org/api/swagger.json
    json: cannot unmarshal bool into Go struct field SwaggerProps.definitions of type []string
  • OpenAPI Generator CLI:

    $ docker run --rm -v "${PWD}:/local" \
        openapitools/openapi-generator-cli generate \
             -i https://api.bitbucket.org/swagger.json
             -g go \
             -o /local/out/go
    ...
    Exception in thread "main" org.openapitools.codegen.SpecValidationException: There were issues with the specification. The option can be disabled via validateSpec (Maven/Gradle) or --skip-validate-spec (CLI).
    | Error count: 53, Warning count: 17
    ...

go-bitbucket's People

Contributors

taraspos avatar

Watchers

mattn avatar James Cloos avatar haya14busa avatar  avatar  avatar

go-bitbucket's Issues

missing license fails some security scans

I'm trying to bring in reviewdog to a corporate work environment but because this package has no license our security teams won't allow it. Can you add the license, or if you would like I can open a PR for it (assuming it would be the MIT license)

Thank you!

Havign an unknown issue with bitbucket and reviewdog, report generated and sent but nothing happens on bitbucket

Hi, thanks for the amazing work.

I'm having an issue setting up BB with reviewdog, I'm running this command in the project and it gives a lot of issues with -tee

root@4bf0c06d548c:/code-review# reviewdog -reporter=bitbucket-code-report
2022/08/04 08:36:16 reviewdog: [start]  runner=yamllint
2022/08/04 08:36:17 reviewdog: [finish] runner=yamllint error=exit status 1
root@4bf0c06d548c:/code-review# reviewdog -reporter=bitbucket-code-report -tee
2022/08/04 08:36:31 reviewdog: [start]  runner=yamllint
./SOME_YAML.yml:1:1: [warning] missing document start "---" (document-start)
./SOME_YAML.yml:9:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:14:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:16:52: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:20:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:22:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:55:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:56:16: [error] wrong indentation: expected 16 but found 15 (indentation)
./SOME_YAML.yml:87:37: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:91:19: [error] wrong indentation: expected 16 but found 18 (indentation)
./SOME_YAML.yml:95:81: [error] line too long (85 > 80 characters) (line-length)
./SOME_YAML.yml:98:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:134:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:138:81: [error] line too long (85 > 80 characters) (line-length)
./SOME_YAML.yml:140:73: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:141:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:149:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:157:17: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:158:37: [warning] too few spaces before comment (comments)
./SOME_YAML.yml:165:24: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:169:61: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:170:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:178:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:185:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:199:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:200:38: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:207:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:229:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:230:40: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:237:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:259:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:260:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:261:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:269:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:275:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:277:17: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:278:37: [warning] too few spaces before comment (comments)
./SOME_YAML.yml:281:26: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:285:24: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:289:60: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:293:81: [error] line too long (107 > 80 characters) (line-length)
./SOME_YAML.yml:298:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:305:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:325:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:359:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:367:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:386:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:387:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:404:73: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:412:43: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:425:37: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:465:37: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:486:24: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:487:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:494:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:496:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:498:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:500:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:502:53: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:504:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:506:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:507:16: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:534:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:535:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:537:8: [error] wrong indentation: expected 6 but found 7 (indentation)
./SOME_YAML.yml:539:9: [error] wrong indentation: expected 9 but found 8 (indentation)
./SOME_YAML.yml:549:24: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:550:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:559:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:562:16: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:566:15: [error] too many spaces before colon (colons)
./SOME_YAML.yml:567:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:569:8: [error] wrong indentation: expected 6 but found 7 (indentation)
./SOME_YAML.yml:571:9: [error] wrong indentation: expected 9 but found 8 (indentation)
./SOME_YAML.yml:581:24: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:582:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:592:15: [error] too many spaces before colon (colons)
./SOME_YAML.yml:593:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:598:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:611:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:628:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:629:28: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:633:15: [error] too many spaces before colon (colons)
./SOME_YAML.yml:637:17: [error] too many spaces before colon (colons)
./SOME_YAML.yml:637:58: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:639:30: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:643:15: [error] too many spaces before colon (colons)
./SOME_YAML.yml:647:17: [error] too many spaces before colon (colons)
./SOME_YAML.yml:647:60: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:648:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:649:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:650:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:651:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:653:8: [error] wrong indentation: expected 6 but found 7 (indentation)
./SOME_YAML.yml:655:9: [error] wrong indentation: expected 9 but found 8 (indentation)
./SOME_YAML.yml:665:24: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:666:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:670:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:673:16: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:677:15: [error] too many spaces before colon (colons)
./SOME_YAML.yml:683:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:687:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:689:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:692:20: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:695:26: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:698:27: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:701:21: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:703:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:705:21: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:707:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:710:28: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:713:16: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:714:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:715:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:721:18: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:724:69: [error] no new line character at the end of file (new-line-at-end-of-file)
./SOME_YAML.yml:724:59: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:1:1: [warning] missing document start "---" (document-start)
./SOME_YAML.yml:7:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:14:81: [error] line too long (86 > 80 characters) (line-length)
./SOME_YAML.yml:15:58: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:16:32: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:23:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:24:16: [error] wrong indentation: expected 16 but found 15 (indentation)
./SOME_YAML.yml:25:19: [error] wrong indentation: expected 17 but found 18 (indentation)
./SOME_YAML.yml:25:49: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:28:61: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:31:20: [error] wrong indentation: expected 20 but found 19 (indentation)
./SOME_YAML.yml:32:21: [error] wrong indentation: expected 21 but found 20 (indentation)
./SOME_YAML.yml:32:35: [error] too many spaces before colon (colons)
./SOME_YAML.yml:33:21: [error] wrong indentation: expected 21 but found 20 (indentation)
./SOME_YAML.yml:33:35: [error] too many spaces before colon (colons)
./SOME_YAML.yml:34:21: [error] wrong indentation: expected 21 but found 20 (indentation)
./SOME_YAML.yml:34:27: [error] too many spaces before colon (colons)
./SOME_YAML.yml:35:21: [error] wrong indentation: expected 21 but found 20 (indentation)
./SOME_YAML.yml:35:27: [error] too many spaces before colon (colons)
./SOME_YAML.yml:36:21: [error] wrong indentation: expected 21 but found 20 (indentation)
./SOME_YAML.yml:36:27: [error] too many spaces before colon (colons)
./SOME_YAML.yml:36:31: [error] too many spaces inside brackets (brackets)
./SOME_YAML.yml:36:46: [error] too many spaces inside brackets (brackets)
./SOME_YAML.yml:37:21: [error] wrong indentation: expected 21 but found 20 (indentation)
./SOME_YAML.yml:37:29: [error] too many spaces before colon (colons)
./SOME_YAML.yml:37:33: [error] too many spaces inside brackets (brackets)
./SOME_YAML.yml:38:38: [error] too many spaces before colon (colons)
./SOME_YAML.yml:39:32: [error] too many spaces before colon (colons)
./SOME_YAML.yml:40:32: [error] too many spaces before colon (colons)
./SOME_YAML.yml:41:33: [error] too many spaces before colon (colons)
./SOME_YAML.yml:42:31: [error] too many spaces before colon (colons)
./SOME_YAML.yml:43:22: [error] too many spaces inside brackets (brackets)
./SOME_YAML.yml:44:21: [error] wrong indentation: expected 19 but found 20 (indentation)
./SOME_YAML.yml:45:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:47:19: [error] wrong indentation: expected 17 but found 18 (indentation)
./SOME_YAML.yml:49:23: [error] wrong indentation: expected 20 but found 22 (indentation)
./SOME_YAML.yml:50:37: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:51:33: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:53:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:54:23: [warning] too few spaces before comment (comments)
./SOME_YAML.yml:55:23: [warning] too few spaces before comment (comments)
./SOME_YAML.yml:56:46: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:57:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:58:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:64:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:75:17: [error] wrong indentation: expected 18 but found 16 (indentation)
./SOME_YAML.yml:78:36: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:91:17: [error] wrong indentation: expected 18 but found 16 (indentation)
./SOME_YAML.yml:94:35: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:98:42: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:103:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:132:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:133:16: [error] wrong indentation: expected 16 but found 15 (indentation)
./SOME_YAML.yml:137:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:138:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:144:39: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:145:34: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:149:36: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:159:16: [error] wrong indentation: expected 16 but found 15 (indentation)
./SOME_YAML.yml:160:19: [error] wrong indentation: expected 17 but found 18 (indentation)
./SOME_YAML.yml:162:23: [error] wrong indentation: expected 20 but found 22 (indentation)
./SOME_YAML.yml:163:37: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:164:33: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:166:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:169:81: [error] line too long (123 > 80 characters) (line-length)
./SOME_YAML.yml:171:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:182:17: [error] wrong indentation: expected 18 but found 16 (indentation)
./SOME_YAML.yml:182:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:185:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:188:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:191:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:194:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:196:38: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:197:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:201:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:202:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:208:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:234:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:250:18: [error] wrong indentation: expected 14 but found 17 (indentation)
./SOME_YAML.yml:252:14: [error] wrong indentation: expected 14 but found 13 (indentation)
./SOME_YAML.yml:253:15: [error] wrong indentation: expected 15 but found 14 (indentation)
./SOME_YAML.yml:253:29: [error] too many spaces before colon (colons)
./SOME_YAML.yml:254:15: [error] wrong indentation: expected 15 but found 14 (indentation)
./SOME_YAML.yml:254:29: [error] too many spaces before colon (colons)
./SOME_YAML.yml:255:15: [error] wrong indentation: expected 15 but found 14 (indentation)
./SOME_YAML.yml:255:21: [error] too many spaces before colon (colons)
./SOME_YAML.yml:256:15: [error] wrong indentation: expected 15 but found 14 (indentation)
./SOME_YAML.yml:256:21: [error] too many spaces before colon (colons)
./SOME_YAML.yml:257:15: [error] wrong indentation: expected 15 but found 14 (indentation)
./SOME_YAML.yml:257:21: [error] too many spaces before colon (colons)
./SOME_YAML.yml:257:25: [error] too many spaces inside brackets (brackets)
./SOME_YAML.yml:257:40: [error] too many spaces inside brackets (brackets)
./SOME_YAML.yml:258:15: [error] wrong indentation: expected 15 but found 14 (indentation)
./SOME_YAML.yml:258:23: [error] too many spaces before colon (colons)
./SOME_YAML.yml:258:27: [error] too many spaces inside brackets (brackets)
./SOME_YAML.yml:259:32: [error] too many spaces before colon (colons)
./SOME_YAML.yml:260:26: [error] too many spaces before colon (colons)
./SOME_YAML.yml:261:26: [error] too many spaces before colon (colons)
./SOME_YAML.yml:262:27: [error] too many spaces before colon (colons)
./SOME_YAML.yml:263:25: [error] too many spaces before colon (colons)
./SOME_YAML.yml:264:16: [error] too many spaces inside brackets (brackets)
./SOME_YAML.yml:265:15: [error] wrong indentation: expected 13 but found 14 (indentation)
./SOME_YAML.yml:265:16: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:266:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:271:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:272:16: [error] wrong indentation: expected 16 but found 15 (indentation)
./SOME_YAML.yml:277:29: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:278:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:279:30: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:284:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:303:33: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:328:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:329:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:330:36: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:336:19: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:344:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:345:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:355:23: [error] wrong indentation: expected 20 but found 22 (indentation)
./SOME_YAML.yml:356:37: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:357:33: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:358:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:361:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:363:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:364:17: [error] wrong indentation: expected 14 but found 16 (indentation)
./SOME_YAML.yml:366:81: [error] line too long (132 > 80 characters) (line-length)
./SOME_YAML.yml:367:20: [error] too many spaces before comma (commas)
./SOME_YAML.yml:369:21: [error] wrong indentation: expected 18 but found 20 (indentation)
./SOME_YAML.yml:370:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:371:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:377:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:383:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:384:16: [error] wrong indentation: expected 16 but found 15 (indentation)
./SOME_YAML.yml:389:40: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:394:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:403:36: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:409:24: [error] too many spaces after colon (colons)
./SOME_YAML.yml:413:19: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:416:81: [error] line too long (86 > 80 characters) (line-length)
./SOME_YAML.yml:426:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:427:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:433:81: [error] line too long (204 > 80 characters) (line-length)
./SOME_YAML.yml:440:14: [error] wrong indentation: expected 14 but found 13 (indentation)
./SOME_YAML.yml:440:26: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:441:1: [warning] comment not indented like content (comments-indentation)
./SOME_YAML.yml:441:62: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:442:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:443:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:444:81: [error] line too long (101 > 80 characters) (line-length)
./SOME_YAML.yml:446:17: [error] wrong indentation: expected 14 but found 16 (indentation)
./SOME_YAML.yml:449:44: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:452:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:455:27: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:456:22: [error] wrong indentation: expected 20 but found 21 (indentation)
./SOME_YAML.yml:456:34: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:457:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:458:22: [error] wrong indentation: expected 20 but found 21 (indentation)
./SOME_YAML.yml:458:34: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:461:1: [error] too many blank lines (3 > 2) (empty-lines)
./SOME_YAML.yml:474:17: [error] wrong indentation: expected 14 but found 16 (indentation)
./SOME_YAML.yml:474:61: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:475:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:478:17: [error] wrong indentation: expected 14 but found 16 (indentation)
./SOME_YAML.yml:478:81: [error] line too long (107 > 80 characters) (line-length)
./SOME_YAML.yml:484:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:488:1: [error] too many blank lines (3 > 2) (empty-lines)
./SOME_YAML.yml:523:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:530:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:532:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:534:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:536:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:538:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:540:53: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:542:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:544:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:546:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:547:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:554:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:556:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:558:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:560:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:562:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:564:53: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:566:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:568:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:569:16: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:592:1: [error] too many blank lines (4 > 2) (empty-lines)
./SOME_YAML.yml:607:16: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:611:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:625:24: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:626:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:627:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:628:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:639:24: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:643:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:650:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:651:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:656:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:662:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:667:51: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:668:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:670:51: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:671:10: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:672:17: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:675:17: [error] no new line character at the end of file (new-line-at-end-of-file)
./SOME_YAML.yml:1:1: [warning] missing document start "---" (document-start)
./SOME_YAML.yml:6:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:14:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:16:45: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:17:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:18:7: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:26:17: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:34:20: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:40:30: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:42:17: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:45:56: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:52:29: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:53:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:55:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:56:29: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:72:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:73:35: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:78:81: [error] line too long (105 > 80 characters) (line-length)
./SOME_YAML.yml:78:105: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:83:36: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:89:17: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:92:26: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:94:18: [error] wrong indentation: expected 16 but found 17 (indentation)
./SOME_YAML.yml:94:81: [error] line too long (87 > 80 characters) (line-length)
./SOME_YAML.yml:94:64: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:96:81: [error] line too long (174 > 80 characters) (line-length)
./SOME_YAML.yml:98:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:101:42: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:110:36: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:121:19: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:124:81: [error] line too long (86 > 80 characters) (line-length)
./SOME_YAML.yml:136:32: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:142:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:152:32: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:158:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:161:40: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:168:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:169:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:176:21: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:177:20: [error] wrong indentation: expected 18 but found 19 (indentation)
./SOME_YAML.yml:178:56: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:179:20: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:180:20: [error] wrong indentation: expected 18 but found 19 (indentation)
./SOME_YAML.yml:181:59: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:182:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:183:20: [error] wrong indentation: expected 18 but found 19 (indentation)
./SOME_YAML.yml:184:46: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:186:23: [error] wrong indentation: expected 14 but found 22 (indentation)
./SOME_YAML.yml:189:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:193:40: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:196:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:203:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:205:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:207:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:209:23: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:211:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:213:53: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:215:22: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:217:25: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:218:16: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:241:1: [error] too many blank lines (4 > 2) (empty-lines)
./SOME_YAML.yml:251:1: [error] trailing spaces (trailing-spaces)
./SOME_YAML.yml:253:17: [error] no new line character at the end of file (new-line-at-end-of-file)
./docker-SOME_YAML.yml:1:1: [warning] missing document start "---" (document-start)
./docker-SOME_YAML.yml:11:17: [error] wrong indentation: expected 12 but found 16 (indentation)
./docker-SOME_YAML.yml:12:81: [error] line too long (106 > 80 characters) (line-length)
./docker-SOME_YAML.yml:13:81: [error] line too long (82 > 80 characters) (line-length)
./docker-SOME_YAML.yml:14:81: [error] line too long (86 > 80 characters) (line-length)
./docker-SOME_YAML.yml:15:27: [error] no new line character at the end of file (new-line-at-end-of-file)
./.SOME_YAML.yml:1:1: [warning] missing document start "---" (document-start)
./.SOME_YAML.yml:7:19: [error] no new line character at the end of file (new-line-at-end-of-file)
2022/08/04 08:36:31 reviewdog: [finish] runner=yamllint error=exit status 1

I have debugged the system, and it seems that bitbucket returns 200 with an empty body.

Maybe you can help to understand the issue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.