Existence
Rule kinds in the Existence family. Each rule below links to its own page with options, an example, and any auto-fix support.
| Rule | Description |
|---|---|
file_exists | Every glob match in paths must correspond to a real file. |
file_absent | No file matching paths may exist in the walked tree. |
dir_exists | Directory counterpart of file_exists. |
dir_absent | Directory counterpart of file_absent. |