Ignore Issues on Multiple Criteria

Ignore Issues on Multiple Criteria

i have added:

Ignore Issues on Multiple Criteria
Rule Key Pattern : cpp:S5414
File Path Pattern : .

seems not working.

is . the right pattern ?

did i make any other Error ?

Hey there.

If what you are trying to accomplish is ignoring issues raised by cpp:S5414 on all files, you will want the file path pattern to look like **/*.

The glob pattern is described in the documentation on Analysis scope.