Fix the quickfixes section formatting (#463)

This commit is contained in:
Arseniy Zaostrovnykh 2021-10-07 12:02:31 +02:00 committed by GitHub
parent 6a0ec99e78
commit 54ca95619a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,6 +223,7 @@ It is infeasible to synchronize the implementation of the rule for all the langu
Every active rule that is not a security hotspot must specify the availability of a quickfix for its issues.
`metadata.json` must feature a `quickfix` field with one of the following values:
* `unknown`: the feasibility of producing a quickfix is not evaluated.
* `infeasible`: it is not feasible to propose a quickfix for any of the issues, for whatever reason.
* `targeted`: it is possible to implement quickfixes for this rule, but none are implemented right now.