Start-Out/todo-or-not

Adjust grammar to discard any TODO with a letter before it

Open

#399 opened on Sep 23, 2024

 (0 comments) (0 reactions) (0 assignees)Python (5 forks)auto 404
buggood first issuetodo-grammar

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

for example:

* 50:	        /// Does damage to the user, then resets damageToDo and critToDo
  51:	        void handleDamageToDo(Actor* user);
  52:	};

should not be a hit

Contributor guide