Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upStandard should also check files that are in .gitignore but added to git #1104
Comments
feross
added
the
question
label
May 23, 2018
This comment has been minimized.
This comment has been minimized.
|
@KSXGitHub Thanks for the thoughtful issue with reproduction steps. I don't think we should support this feature request. I know this is a little bit counter-intuitive since we use However, I don't think it's Just to sanity check this thought-process, I tested the exact same set of steps you listed with npm's support for I'm sorry that this affects your use case. Hopefully you can find a workaround. |
KSXGitHub commentedMar 31, 2018
•
edited
Steps to reproduce
invalid.jsinvalid.js(or*,invalid.*, etc.) to.gitignoregit add -f invalid.jsandgit commitstandardExpected behaviour
standardshould print error messages forinvalid.jsCurrent behaviour
standardignoresinvalid.js