cloudflare/pint

Public

mirrored from https://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.74.7

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/checks/ignore/file.md

26lines · modecode

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