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

Installing danger-swift from danger/tap ==> Installing dependencies for danger/tap/danger-swift: danger/tap/danger-js ==> Installing danger/tap/danger-swift dependency: danger/tap/danger-js Downloading https://github.com/danger/danger-js/releases/download/9.2.10/dan Already downloaded: /Users/xxx/Library/Caches/Homebrew/downloads/9a228f1e3586bba7ed280a25387fd4bd5ec2578b21d912a86122feb89229b257--danger-macos.zip Error: An exception occurred within a child process: ChecksumMismatchError: SHA256...

The `danger.gitLab.mergeRequest.changesCount` shouldn't be an `Int` ? or There are cases where it comes with string value?

My gut instinct says to just do it the hard way and recommend that folks use swiftpm to install and run this instead of the home-brew faff.

I have tried to add Danger into my Azure Devops Pipeline Everything is setup but I get this error on `danger-swift ci` : ``` Could not find a CI source...

Hello. Danger is trying to call the Gitlab rest api using the project name. while gitlab now only accepts the project ID as you can see in [the documentation](https://docs.gitlab.com/ce/api/projects.html#get-single-project). Here...

I am trying to integrate danger 3.0 into our repo using package manger. My package looks like so: ``` let package = Package( name: "DangerTarget", products: [ // Products define...

# Report ## What did you do? ℹ Please replace this with what you did. `yarn danger local` ## What did you expect to happen? Run on docker image (via...

Hi ! I'm trying to setup danger-swift to run with my project and I'm trying to run it locally. I cannot figure out what is wrong with my setup but...

Configured according to instructions: https://danger.systems/swift/guides/getting_started.html#setting-up-danger-to-run-on-your-ci **Package.swift** ``` // swift-tools-version:4.2 import PackageDescription let package = Package( name: "AppCenter", dependencies: [ .package(url: "https://github.com/danger/swift.git", from: "2.0.0") ], targets: [ // This is just...

One of the major reasons I was interested in Danger-swift was because I _thought_ it didn't depend on Ruby or JavaScript. Unfortunately this isn't the case. Danger-swift is just a...