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
Copy file name to clipboardExpand all lines: docs/rules/expiring-todo-comments.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,6 +234,26 @@ Imagine you maintain a `main` branch at a version such as 10 and always keep wor
234
234
235
235
## Options
236
236
237
+
### ignoreDates
238
+
239
+
Type: `boolean`\
240
+
Default: `false`
241
+
242
+
Disables expired `Expiry Date` diagnostics.
243
+
244
+
This option does not disable date argument validation. For example, TODO comments with multiple dates are still reported as invalid.
245
+
246
+
This is useful when your CI system runs on pull request branches but cannot reliably expose pull request context to tooling, like some `push`-only GitHub Actions workflows.
0 commit comments