-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deno lint should respect .gitignore #6805
Comments
Hhmm, I personally have issues with respecting a .gitgnore file. Because I personally use mercurial often. So I don't have .gitignore files in all my projects. So maybe a .denoignore file would be a better solution IMO. |
How about moving source files to a different folder (like This way, the particular operations (like As @ianwijma mentioned in the post above, Deno commands by default should n0t go through options of any particular version control system (like The Deno commands may choose to provide an option to pass ignore file though. |
@newtack |
Just published @node-rs/deno-lint, it's respect |
Right, I'm not willing to add automatic ignore of files in |
Makes sense. Thanks! |
I have node modules in a subfolder, which is in the .gitignore file but deno lint still tries to lint it.
Can you either automatically disable/ignore linting for any files/folders in the .gitignore file or provide some option to ignore a folder/file?
The text was updated successfully, but these errors were encountered: