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

My environment is CircleCI, just so you know. and this is running as a Mac executor. My `Dangerfile.swift` file looks like this: ``` import Danger let danger = Danger() let...

Hi, Steps to reproduce: 1. Installing Danger through homebrew: `brew install danger/tap/danger-swift` 2. It creates `Dangerfile.swift` with the following content: ``` // swift-tools-version:4.2 import PackageDescription let package = Package( name:...

I'm trying to migrate `danger-swift` from *Github* to *Gitlab* on a self-hosted server, but it's failing. I followed this [tutorial](https://danger.systems/guides/getting_started#self-hosted-gitlab) for configure env vars. I'm using the SPM for install...

Currently the latest `danger-swift-with-swiftlint` Docker image is using SwiftLint 0.48.0 which was released in July 2022, so it's a couple of versions behind. This introduces some issues: - In our...

### Problem In some cases in which the LDAP user is blocked from Gitlab, danger gives a decoding error because that state is unsatisfied. **Example User Response:** `{ "id": XXX,...

when we tried to upload your library with SPM, we took this error: "Cannot find type 'Process' in scope". How can we solve that, we tried lots of ways but...

- Github Merge Queue creates temporary branches for merge groups which can aggregate several pull requests to run checks on several pull requests at once - When adding Danger swift...

Greetings, Is it possible to update a [`danger-swift-with-swiftlint`](https://github.com/orgs/danger/packages/container/package/danger-swift-with-swiftlint) package with including of the latest danger release (`3.16.0` currently) and SwiftLint ([`0.51.0`](https://github.com/realm/SwiftLint/releases/tag/0.51.0) is the latest one)? Many thanks to you in...

# Report danger executions fail, after upgrate bitbucket server to version 8.9.0 ## What did you do? We are running whitout any issue in our jenkins server with bitbucket server...

I'm using Xcode Cloud with latest Xcode to install Danger Swift and trying to install Danger Swift via Homebrew in `ci_post_clone.sh` ``` brew install danger/tap/danger-swift ``` While local installation seems...