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 can get which line was modified and show it in the PR, but still have the report, what I want is to pass the modified/created files and get only...

Hey! Other Ci's are listed and have instructions how to add Danger to them. I didn't find such info for Xcode Cloud but just added danger to it and wanted...

# Dangerfile ```swift import Danger import DangerXCodeSummary // package: https://github.com/f-meloni/danger-swift-xcodesummary.git let danger = Danger() let x = XCodeSummary(filePath: "output.json") // empty json (only `{}`) file ``` # Results ## On...

Hi 👋 , there is a need from my side to change the meta information showing in the text info. Currently we have this: ```swift public struct Meta: Encodable {...

I could run `swift run danger-swift local --base dev` without problems but now when I run the command I get the following Error: TypeError: Cannot read property 'metadata' of undefined...

Hey, first off thanks for Danger Swift - it's made such a difference to our workflow 🙌 I just tried configuring our GitHub workflow to use the `latest` tag like...

We are migrating from Jenkins to GitHub Actions. We had Danger running on Jenkins. Copying the same Danger configuration to our GHActions scripts, it seems that `danger` isn't configured to...

Running danger-swift pr with all the env configured I receive this response. Response: { "error": "unauthorized_client", "error_description": "Invalid OAuth client credentials" } Error: Error: 400 - Bad Request (Have you...

# Issue SwiftLint doesn't ignore rules even though there is `swiftlint:disable` comments in our code. This issue is only happened on Linux with greater than or equal to Swift 5.7...

Hello, we got a problem with displaying the file name and line number in the feedback. We use a self-hosted Bitbucket server. How can this be fixed? Screenshot: Logs when...