-
Notifications
You must be signed in to change notification settings - Fork 70
Option to disable reading subfiles #200
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
Comments
Hm for flycheck, this can be worked around easily by using Leaving this open because I still think a command-line option will be useful. Feel free to close the issue if you disagree. |
I agree. It would be easy to add a |
Here's an improved version of the README snippet which I've been using for a while. It works pretty well for me.
Caveats:
An entirely different approach would be parse the JSON, and then maybe feed it to https://github.com/PillFall/Emacs-LanguageTool.el . |
PR #223 fixes the two "." before "Suggestions" |
Related to #131 but I think it's different.
When using this as a linter in an IDE (e.g., using the emacs/flycheck integration), depending on the IDE, all I want is to have the output for the single file I'm currently editing, because this is where warnings can be displayed.
That is, if I'm currently looking at
main.tex
, I want onlymain.tex
to be checked and not all of its subfiles. I can have them checked when I open them. Currently in emacs/flycheck, all files will be checked, which is then just a waste of time because only all warnings in the other files will be discarded anyway.I think a simple option such as
--one-file
will do the trick already.The text was updated successfully, but these errors were encountered: