Robin Goos

Results 3 issues of Robin Goos

We just set up danger in our repository and it fails when running on PRs from forks. ## What did you do? ``` bundle install bundle exec danger --fail-on-errors=true ```...

...by adding an xcode project.

When defining an external type in yaml like so: ``` yaml name: generic_interface typedef: 'interface' params: [parameter] prefix: '' cpp: typename: 'test::GenericInterface' header: '"../generic_interface.hpp"' byValue: false # Followed by the...

bug
enhancement