checkAvoidComments

This checks if undesired phrases like, for example, '% TODO' and '% WRONG' are present in the comments of your code. Such comments reduce the readalibity of the code and increase the uncertainty of readers and maintainers. This check only searches for the phrases at the start of comments.

Configurable parameter

  • AvoidComments (list): A list of phrases that are to be avoided in comments.

Exemption tag: %@ok<AVCOM>