Seth Madison
05/07/2025, 3:35 PMUnusedVariable
as an error issue instead of just warning? I can file a github issue about this if folks feel it would be useful/make sense.mbonnin
05/07/2025, 3:37 PMSeth Madison
05/07/2025, 3:39 PMmbonnin
05/07/2025, 3:39 PMmbonnin
05/07/2025, 3:40 PMSeth Madison
05/07/2025, 3:40 PMmbonnin
05/07/2025, 3:40 PMSeth Madison
05/07/2025, 3:41 PMfailOnWarnings
would do the job.Seth Madison
05/07/2025, 3:41 PMmbonnin
05/07/2025, 3:42 PMmbonnin
05/07/2025, 3:42 PM{
issue: UnusedVariable,
level: Error,
},
{
issue: UnusedFragment,
level: Warning,
},
{
issue: DeprecatedUsage,
level: Ignore,
},
mbonnin
05/07/2025, 3:42 PMmbonnin
05/07/2025, 3:42 PMSeth Madison
05/07/2025, 3:43 PMSeth Madison
05/07/2025, 3:43 PMwasyl
05/07/2025, 3:50 PMAnd then we need baselinesDo you? I mean it would be nice, but it wouldn't necessarily block the per-issue configuration I think. At least I know of one high-profile project which added such configuration but doesn't have baselines support https://kotlinlang.org/docs/whatsnew-eap.html#how-to-apply 😏
Seth Madison
05/07/2025, 3:58 PM