rspec/rules/S1134/rule.adoc
Cristian Ambrosini aaa468bf3a
Modify rule S1134: Update to LaYC (#2189)
I removed abap, flex, pli and rpg dummy implementations since they're
not implemented in the corresponding analyzer and there are no tickets
open to do so.
2023-06-14 14:23:44 +02:00

13 lines
415 B
Plaintext

== Why is this an issue?
`FIXME` tags are commonly used to mark places where a bug is suspected, but which the developer wants to deal with later.
Sometimes the developer will not have the time or will simply forget to get back to that tag.
This rule is meant to track those tags and to ensure that they do not go unnoticed.
include::{nonCompliantExample}[]
include::resources.adoc[]
include::rspecator.adoc[]