Open pranshuchittora opened 3 years ago
Sure, it could be a bug, hard to tell without a repro and just those logs though
@pranshuchittora looking at your terminal output, it looks like you're trying to run DangerJS against a "staged" file, not a "committed" file. Is that correct?
DangerJS/GitDSL is intended to work against committed content. It's not really intended as a pre-commit hook. So that would explain the behavior you see.
(@ anyone -- please correct me if I'm wrong!)
Describe the bug GitDSL is not emitting all files that are created.
To Reproduce Steps to reproduce the behavior:
Expected behavior
It should show
src/App/App.js
in the created filesScreenshots
Your Environment
Additional context Add any other context about the problem here.