-
Thank you for creating such a great danger plugin.
I have some idea to improve the code like
- Modernize dependencies
- Add test & CI
- Add ability to run shellcheck in danger-shellcheck
and …
-
Not sure if it's kosher to request incorporation of features from forks, but this fork: https://github.com/appcelerator/danger-plugin-eslint has the code to respect .eslintignore
I could reimplemen…
-
If you apply a box shadow to a group, it's in danger of being removed :-(
e.g. in the below screenshot, running the plugin kills the box shadow:
Before:
![image](https://cloud.githubusercontent…
-
In danger's implementation in ruby, there is a feature to make [inline comments in PRs](http://danger.systems/reference.html). This is currently a [wip feature in the js implementation](https://github…
-
When running the plug in using Swift info from the command line the danger output is empty.
As I am unable to raise a pull request against this project here is the fix for anyone that may stumble u…
-
Plugin crashes when trying to fetch the PR metadata as it's considering GitHub as the only possible backend.
IMHO, the easier fix would be to make that check on the dangerfile (and not trigger keepac…
-
I'm running a simple example dangerfile.js straight from the docs, using the latest 7.0.2:
```js
import { message, danger } from 'danger';
import { readFileSync } from 'fs';
const modifiedMD =…
-
Hello @ashfurrow . First of all, nice plugin et very nice huge work!
I would like to know if you plan to make the run of swiftlint not mandatory?
I ask the question because i really think that whe…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Modify a file with a `no-restricted-import` rule disabled like this
…
-
Hi,
I would like to introduce danger-warnings into my python project.
But it seems like there is something wrong with pyLint json parser.
I've setup demo env to reproduce this issue:
Env:
- dan…