segunfamisa
09/01/2025, 12:33 PMMaximumLineLength
forbidden and the baseline updated
@Suppress("MaximumLineLength")
class Bar
If for any reason, I have to modify that suppress rule, to something like:
@Suppress("MaximumLineLength", "RandomOtherRule")
class Bar
This entire line is going to be reported despite the fact that a new rule suppression is introduced, and the "already known" issue was not changedBrais Gabin
09/01/2025, 1:01 PMBrais Gabin
09/01/2025, 1:03 PMBrais Gabin
09/01/2025, 1:04 PMBrais Gabin
09/01/2025, 1:06 PMsegunfamisa
09/01/2025, 1:07 PMsegunfamisa
09/01/2025, 1:08 PM