swift icon indicating copy to clipboard operation
swift copied to clipboard

⚠️ Stop saying "you forgot to …" in code review

Results 89 swift issues
Sort by recently updated
recently updated
newest added

I see that danger-js can get the the diffs for git here https://github.com/danger/danger-js/blob/8f55336f0c0c5443d29cc0d886123c365e5f225b/source/dsl/GitDSL.ts But I don't know if it is available in danger-swift. Or anyone knows how to get the...

I am running Danger from both Bitrise and from GitHub Actions. I'd like for a single message to be maintained and updated regardless of which CI ran Danger. Currently, each...

Trying to get the comments on a PR. Code: ```swift let group = DispatchGroup() group.enter() _ = danger.github.api.issueComments( owner: "foo", repository: "bar", number: danger.github.issue.number) { (response: Response) in switch response...

This may be out of scope but it took me a while to debug so I wanted to open an issue for it: I only run Danger on CI so...

Hi there! Is there a way to make Danger add a new comment in a PR instead for each run of updating the existing one. there is a `--new-comment` options...

Hey Trying to run danger-swift on Github's actions, but the following error: ``` ERROR: Failed to parse JSON: keyNotFound(CodingKeys(stringValue: "issue", intValue: nil), Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "danger", intValue: nil), CodingKeys(stringValue: "github", intValue:...

We are using GITLAB + BITRISE for iOS CI/CD pipeline As part of CI/CD step, I set env_var | | **+ https_url=https://[REDACTED]:[REDACTED]@gitlab.org.io/ios/project.git + envman add --key GIT_REPOSITORY_URL --value https://[REDACTED]:[REDACTED]@gitlab.org.io/ios/project.git +...

Hello, I'm trying to migrate danger to danger-swift(3.6.1) on GitlabCI and faced with strange behavior of swiftlint. For rule "overridden_super_call" inline not work for some files. ruby swiftlint: danger swift:...

# Report ## What did you do? Run `danger-swift ci` inside a Multibranch Pipeline's Jenkinsfile sh script (Connecting to Bitbucket Server) ## What did you expect to happen? Being able...

I'm trying to run DangerSwift on Bitbucket with Bitrise but DangerSwift command always fails with the following error: `ERROR: Failed to parse JSON: keyNotFound(CodingKeys(stringValue: "user", intValue: nil), Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "danger",...