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

Hi, do you know a way to speed up the installation of danger-swift on Bitrise? Currently it takes me 4 minutes for the step ```` +---+---------------------------------------------------------------+----------+ | ✓ | Brew...

Failures on CircleCI: One: #!/bin/bash --login -o pipefail swift run danger-swift ci [45/45] Build complete!swiftKwiftt.swiftProvider.swiftt Too long with no output (exceeded 30m0s): context deadline exceeded #!/bin/bash --login -o pipefail Two:...

### Summary Include a pre-built executable in each release. Use that pre-built artifact in the homebrew tap. ### Why * Fetching the dependencies and building danger-swift can take a long...

When I try to install plugins using Marathon inline dependencies I get this error on Bitrise ``` ERROR: failedToUpdatePackages("/var/root/.danger-swift/Packages/") ``` I tried using sudo to run the danger command and...

I added a few missing details to the README when using the `--cwd` parameter, as well as pointed out that Danger will automatically search for your Dangerfile in a `danger`...

This PR adds new property in Github PR struct. This property is `mergeable`. It indicates whether or not the pull request can be merged based on the existence of merge...

I have problems setting up danger-swift in my iOS project. I followed the steps in the readme ```bash npm install -g danger brew install danger/tap/danger-swift ``` I created a `DangerCompileDummy.swift`...

I have set up the swift package manager file ```swift // swift-tools-version:5.2 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package...

Here is my danger.yml: ```name: Danger on: pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest name: "Run Danger" steps: - uses: actions/checkout@v1 - name: Danger uses: danger/[email protected] with: args:...

I have a local installation of GitLab and therefore do not use any encryption. Danger JS had no issues with this setup. danger swift ignores the http definition in DANGER_GITLAB_API_BASE_URL...