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

Hello, I'm trying to move the Danger step of our CI to a Mac Mini M1 for efficiency (pulling the docker image takes too much time for a short CI)...

I'm working on a SwiftPM-based project, which means it already has a Package.swift file, and on the other hand, has no .xcodeproj or .xcworkspace file. First, I tried to directly...

Hi, I am trying to install Danger in M1 macbook pro. I tried installing with Brew and SPM, but when I try to do `swift run danger-swift pr {url}` or...

![Captura de Tela 2022-06-17 às 13 41 44](https://user-images.githubusercontent.com/31082311/174341018-ebf4dc7c-0ef9-4922-ace6-800014dc458e.png)

Continuous of #523 and [waiting for the new Xcode major to come out](https://github.com/danger/swift/issues/523#issuecomment-1150414166). ## Motivation - Xcode 13.3 requires macOS monterey - macOS monterey runner in GitHub Actions doesn't have...

``` Request failed [403]: https://api.github.com/user Response: { "message": "Resource not accessible by integration", "documentation_url": "https://docs.github.com/rest/reference/users#get-the-authenticated-user" } Request failed [403]: https://api.github.com/repos/danger/swift/pulls/465/comments Response: { "message": "Resource not accessible by integration", "documentation_url": "https://docs.github.com/rest"...

Both danger-js and danger-swift are installed in the system, but `danger-swift ci` fails to run with error: **ERROR: Danger JS was not found on the system** brew install danger/tap/danger-js Running...

Hello, In the last two weeks, we are seeing Danger failing on Bitrise with the following crash `Github: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value` and...

Hello, I was testing out the SwiftLint plugin with Danger Swift for our PRs. I created a sample PR with 3 new files with some violations in each of them....

It seems to be supported Mint in #274, so I tried using it in Docker image ([Dockerfile](https://github.com/417-72KI/Docker-Danger-SwiftLint/blob/3b5558b541e05c21ce70010d6b61c0f72daab7e8/Dockerfile)). However, when running it following error occurs. ```` $ danger-swift local ERROR: Could...