You can now ask Clayton to ignore certain issues, in order to keep your review reports more relevant.
Use this feature for any third-party library, unmanaged package or parts of the source code you don’t intend to maintain.

Finally, specify the reason for dismissing this specific problem.

Ignore files
The list of ignored files can be managed by going to Project Settings > Ignored files
Go to your Clayton homepage
Click on your project
Click on "Settings", then "Scanning"


Wildcards
You can use wildcards to prevent entire folders or files respecting certain naming conditions to be scanned by Clayton.
Examples:
src/ProjectName/classRoot.*
src/ProjectName/lib1/
src/ProjectName/folder1/*.xml
.*file_to_exclude.*