Hi
I’m using Sonar Enterprise Edition v2025.1.
I have this path in my project: Ariel/src/poc
Currently my project has sonarway java quality profile, and I wanted exclude few rules, so I used Ignore Issues on Multiple Criteria:
Rule Key Pattern: S1192
File Path Pattern: Ariel/src/poc/**/*
It was suppose to exclude around 100 issues from my path, however, once I pressed ‘Apply’, when I’m filtering the project in the GUI by folder, I can still see that rule and its issues.
Does it getting update in the next scan? if not, what could be the issue?