You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`description`| Display name (falls back to the filename) |
59
+
|`globs`| Inline list or YAML list; `!` negates. A rule with no globs is never applied. |
60
+
|`reviewSkip`| If `true`, the rule is parsed but excluded from review |
61
+
|`filter`| Optional command run after a glob match to decide if the rule applies. Matched paths are appended as args. See below. Absent ⇒ no extra check. |
62
+
63
+
### Filtering beyond globs
64
+
65
+
Globs match file _paths_. A `filter` command lets a rule also depend on file
66
+
_content_ or relationships between changes. After a rule's globs select the
67
+
changed files, its `filter` runs once with those paths appended as arguments,
0 commit comments