Franco Meloni
Franco Meloni
Yes, it should be simple to fix that, but it seems that Danger Kotlin is not supporting `bitbucket_cloud` at the moment, let me see what I can do to fix...
Yeah, Danger Swift has already that DSL built, so we might just try to copy it here https://github.com/danger/swift/blob/master/Sources/Danger/BitBucketCloud.swift
You can use `DEBUG='*' danger-kotlin ...` that should make danger-js print a much more detailed Danger-JS output
to get the whole json that Danger Kotlin receives, you can use `danger-kotlin pr $PR_LINK --json > test.json`
Small addition, if you want to use `DangerSwiftCoverage` you need to use `swift test --enable-code-coverage=true`
No those are the command to use Danger-JS help sections of the website for Danger Swift for the correct set up as @orta suggested
If you are using the SPM configuration you probably need ```yaml script: - npm install -g danger - swift run danger-swift ci ```
https://github.com/danger/swift/blob/master/Dockerfile This one has both, but don't know if fits your needs
This looks a `danger-js` issue, but it looks to me that you have too many exported variables :) You should set ``` DANGER_GITHUB_API_BASE_URL or GITHUB_URL to the host that the...
@Meseery2 mmm there is something strange... the two docs are saying two different things, but they both use `danger-js` to make the request :/