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

**_using 3.17.1 version_** Hi I need the comments from the PR to detect some stuff required for my rules processing. _I think the way to do it should be to...

I have a `danger` subdirectory in my project. This is it's structure: ``` . ├── DangerDependencies │   └── Fake.swift ├── Dangerfile.swift ├── Package.resolved └── Package.swift ``` This is **Dangerfile.swift**: ```swift...

This is bad UX imho, just invoking the CLI should print the help text.

Hi, I am experiencing an error when trying to run danger-swift built with SPM. After running `npm install -g danger` `swift build` `swift run danger-swift edit` I get the following...

**Reproduction Steps:** - Download Xcode 14.3 and make sure your command line tools use Xcode 14.3 (Xcode > Settings > Command Line Tools, or use `xcode-select -s`) - Navigate to...

At WWDC22, Apple introduced the concept of [plugins](https://github.com/apple/swift-package-manager/blob/main/Documentation/Plugins.md) for SPM. These plugins allow us to specify scripts that run either at build time or can be invoked manually. Today, Danger...

This pull request shows an example implementation of changes that could be made to enable module stability for the Danger dependency used by Dangerfile.swift. It also builds a universal binary...

Hello we started using Danger-swift on Gitlab and met a number of problems when parse JSON - description `ERROR: Failed to parse JSON: valueNotFound(Swift.String, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "danger", intValue: nil), CodingKeys(stringValue:...

When Danger tries to comment on a Pull Request for this repo, it fails due to lack of permissions. It may be fixed by `Workflow Permission` in settings. https://github.com/danger/swift/settings/actions (We...