Skip to content

Separate "informational messages" from warning/error count summary #6

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

Closed
craigbarnes opened this issue Feb 10, 2012 · 1 comment
Closed

Comments

@craigbarnes
Copy link
Member

I was just looking for a way to switch off the rather long "informational messages" that get sent to stderr and found this:

quiet

Type:    Boolean
Default: no
Example: y/n, yes/no, t/f, true/false, 1/0

This  option  specifies if Tidy should output the summary of the
numbers of errors and warnings, or the welcome or  informational
messages.

Using quiet: yes in a config file works as expected. The only problem being that it also disables the summary of the number of warnings/errors along with it, which doesn't really seem to be related at all, and is actually quite useful.

Would it be possible to make these options separate to allow enabling the summary but disabling the messages? Perhaps quiet: yes/no could be kept for the messages and something like summary: yes/no could be used for the warning/error counts?

@sideshowbarker
Copy link
Contributor

I'm sure it would be possible, and I will check into it when I can. In the mean time, a patch would of course be welcome.

GerHobbelt pushed a commit to GerHobbelt/tidy-html5 that referenced this issue Nov 1, 2024
SPC-2656, improve implicit table parsing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants