nits settings
Nits are the detail of ssc, the static site NITpicker. You will need these switches if you want to hide certain nits, output lots of extra gen, etc..
Many of these switches require a value, n, to identify a particular nit. This value is not normally output, to avoid clutter. However, it can be seen by using the nits.nids switch.
| nits.abhorrent n | redefine nit n as an abhorrence; may be repeated. |
| nits.catastrophe n | redefine nit n as a catastrophe; may be repeated. |
| nits.comment n | Redefine nit n as a comment; may be repeated. |
| nits.debug n | Redefine nit n as a debug message; may be repeated. |
| nits.error n | Redefine nit n as an error; may be repeated. |
| nits.errorexit n | Exit with an error if nits of this severity or worse are generated. Values: catastrophe, error (default), warning, info, comment. |
| nits.expand | Expand text content of certain nits. |
| nits.extra | Report additional nits. |
| nits.info n | Redefine nit n as information; may be repeated. |
| nits.nids | Output nit ids, which can be used to redefine nits. |
| nits.quote X | Output nit quotes in this format. X can be ‘text’ or ‘html’. |
| nits.root | By default, seek nit output template files in the website root. |
| nits.silence n | Silence nit n; may be repeated. |
| nits.unique | Do not output repeated nits, even if they may contain additional information. |
| nits.verbose ver | Output this level of nits and worse, where ver is one of catastrophe, error (default), warning, info, comment. |
| nits.warning n | Redefine nit n as a warning; may be repeated. |
| nits.watch | Output debug nits (intended for automation). |