Meaning of "quickfix" attribute in rules specification

I wanted to know what each type of "quickfix" mean in sonar-java checks specs. For example, see sonar-java/S101.json at master · SonarSource/sonar-java · GitHub.

A quick scan through all the specs reveals that the "quickfix" attribute takes 5 types of values:

  1. unknown
  2. targeted
  3. partial
  4. covered
  5. infeasible

Could you please describe what each of them means?

Take a look here: rspec/metadata.adoc at master · SonarSource/rspec · GitHub

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.