Dismiss issues
Gabriele Gallo Stampino avatar
Written by Gabriele Gallo Stampino
Updated over a week ago

You can now ask Clayton to ignore specific 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 list

The list of ignored files can be managed by going to your project > Settings > Ignore list.

Wildcards

You can use wildcards to prevent entire folders or files respecting certain naming conditions from being scanned by Clayton.

Examples:

src/ProjectName/classRoot.*
src/ProjectName/lib1/
src/ProjectName/folder1/*.xml
.*file_to_exclude.*
Did this answer your question?