konveyor / rulesets

Collections of static code analysis rules
Apache License 2.0
1 stars 17 forks source link

Remove messages from information rules #61

Closed pranavgaikwad closed 5 months ago

pranavgaikwad commented 7 months ago

We need to convert these to tagging rules only:

https://github.com/konveyor/rulesets/blob/871ce5c1cbc5741fc690e2c9f5423e0891e63a95/default/generated/cloud-readiness/03-java-rmi.windup.yaml#L36-L42

https://github.com/konveyor/rulesets/blob/871ce5c1cbc5741fc690e2c9f5423e0891e63a95/default/generated/cloud-readiness/156-java-rmi.windup.yaml#L36-L42

There's also a rule with 0 effort:

https://github.com/konveyor/rulesets/blob/871ce5c1cbc5741fc690e2c9f5423e0891e63a95/default/generated/eap6/45-generic-catchall.windup.yaml#L253

pranavgaikwad commented 5 months ago

I am closing this issue in favor of new work around "insights" that will solve issues like these.