https://kotlinlang.org logo
#detekt
Title
# detekt
j

Javier

03/22/2021, 8:28 AM
I think Sarif file is not checking the multiple
@Suppress
annotations I have, is it a known issue or I have to configure something to get it working?
g

gammax

03/22/2021, 8:42 AM
Sarif report is orthogonal to the Suppress detection. If detekt is failing to account for your
@Suppress
annotation, that will be the case for any report (XML, Sarif, etc.)
👍 1
j

Javier

03/22/2021, 10:27 AM
What can be the reasons to it is not working? I have a Suppress at file level and I am seeing it reported
b

Brais Gabin

03/22/2021, 10:46 AM
A bug in the suppressing code I guess. It is related with the formatting rule set? The suppression doesn't work there
j

Javier

03/22/2021, 11:10 AM
My bad, detekt plugin was disabled and I had a wrong Suppress, so I was thinking it was working correctly locally.
👍 1
4 Views