Skip to content

Resolve "Add function to check useless semicolons"

Romain MANCIAUX requested to merge feat/useless_semicolon into dev

What does this MR do?

Close #1 (closed)

Add a new function to check the useless semicolon found at the end of each fwCoreServiceClassDefinitionsMacro.

How to test it?

Check if an error appears if there is a semicolon at the end of fwCoreServiceClassDefinitionsMacro.

Check if the error is corrected when -f is set as arguments.

Edited by Romain MANCIAUX

Merge request reports