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

Homebrew's last version binary is not compiled with Swift 5.7.1.

Following the README section regarding [moving the package out of the top level directory of the repo](https://github.com/danger/swift#current-working-directory), I tried moving the `Dangerfile.swift`, `Package.swift`, and `Package.resolved` file to a directory named...

We are using the built-in Swiftlint of Danger to restrict some standard rules in code and highlight them in the PR review. It would be good to have a baseline...

I tried to install danger-swift with brew on a Mac Monterey 12.6. I always receive the following error message. `brew install danger-swift` ``` ==> Downloading https://github.com/danger/danger-js/releases/download/11.1.4/danger-macos.zip Already downloaded: /Users/sven/Library/Caches/Homebrew/downloads/90e11c302669db17829dbe4453aaa1f725de12d80c3ad2291d0d0e74d5ff4b17--danger-macos.zip ==>...

I installed danger-swift with homebrew on my MacBookPro M3. When I run e.g. `danger-swift pr https://xxx/merge_requests/300` I receive the following error message. The same error message appears in my Gitlab...

It's been almost four years since [Github decided to rename master to main](https://github.blog/changelog/2020-10-01-the-default-branch-for-newly-created-repositories-is-now-main/), and we still have to specify `--base main` in Danger lest we get an error. I'm not...

help wanted
You can do this

Danger Swift Version: 3.18.1 I am trying to run danger-swift in a normal Xcode project that does not rely on a Swift Package. I added the Swift Package in another...

**Problem:** When using the `SwiftLint.lint()` I do not have an option to be able to have my own customized output. **Solution:** Expose the markdownAction so that the developer is able...

Similar to this issue, Merge Request description in GitLab can also be nil: https://github.com/danger/swift/pull/73