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 am trying to run danger on a repo hosted on Github Enterprise account, i got the following error description: i've exported the following ahead: export DANGER_GITHUB_API_TOKEN='TOKEN' export DANGER_GITHUB_HOST=GITHUB ENTERPRISE...

Reading the Swift 5 release notes for Xcode 10.2 beta, it sounds like SPM projects will be able to gather test coverage data via the command line (my understanding is...

So, the current idea of plugins is great until we got it working out in prod for a while. Roughly how it is now: - We detect if there are...

It pauses for 10m, which causes the app to shut down. Could it be the compilation cycle etc?

Right now it looks like evaluation of a DangerFile is basically single threaded, meaning if you want to do anything with the network you have to have dispatch locks. This...

Mainly updating the homebrew file. Here's how it is done in Danger JS: https://github.com/danger/danger-js/blob/master/scripts/create-homebrew-tap-pr.sh *Could* even try automating building a binary and shipping that? Dunno how that works without ABI...

E.g. * This: ```sh mkdir danger-mything swift package init ``` * Then edit this Package.json to include Danger * Then expose this file * How to test?

Switch mac-os runner on CI ref: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md

Hi, first of all thanks for this danger-js wrapper it is so cool 🎉. I do have an idea that I'd like to hear your opinion about: As I was...

We were trying to configure Danger for our Github repo on CircleCI and we noticed it exits with code 0 even if token has wrong permissions. E.g. it prints: ```...