cloudflare/pint
Publicmirrored from https://github.com/cloudflare/pintAvailable
docs/checks/ignore/file.md
26lines · modecode
| 1 | --- |
| 2 | layout: default |
| 3 | parent: Checks |
| 4 | grand_parent: Documentation |
| 5 | --- |
| 6 | |
| 7 | # ignore/file |
| 8 | |
| 9 | You will see this check reports for files that are excludes from pint using a |
| 10 | `ignore/file` comment. |
| 11 | See this [page](../../ignoring.md) for details on how such comments work. |
| 12 | |
| 13 | Those reports are informational to make it obvious that pint didn't run any |
| 14 | real checks on given file. |
| 15 | |
| 16 | ## Configuration |
| 17 | |
| 18 | This isn't a real check and it doesn't have any configuration options. |
| 19 | |
| 20 | ## How to enable it |
| 21 | |
| 22 | This isn't a real check and cannot be enabled. |
| 23 | |
| 24 | ## How to disable it |
| 25 | |
| 26 | This isn't a real check and cannot be disabled. |