Skip to main content

Module remove

Module remove 

Source
Expand description

Logic for the timebomb remove subcommand.

Provides two public entry points:

  • run_remove: remove a single annotation line by target or search pattern
  • run_remove_all_expired: remove all expired annotations found by scan

Functionsยง

remove_line
Remove the line at line_number (1-based) from file_path.
run_remove
Remove a single annotation line from a file.
run_remove_all_expired
Remove all expired annotation lines from scanned files.