expiring_todo - ApplebaumIan/BitbucketAPI GitHub Wiki
ExpiringTodo
TODOs and FIXMEs should be resolved prior to their expiry date.
- Identifier: expiring_todo
- Enabled by default: Disabled
- Supports autocorrection: No
- Kind: lint
- Analyzer rule: No
- Minimum Swift compiler version: 3.0.0
- Default configuration: (approaching_expiry_severity) warning, (reached_or_passed_expiry_severity) error
Non Triggering Examples
// notaTODO:
// notaFIXME:
// TODO: [12/31/9999]
// TODO(note)
// FIXME(note)
/* FIXME: */
/* TODO: */
/** FIXME: */
/** TODO: */
Triggering Examples
// TODO: [10/14/2019]
// FIXME: [10/14/2019]