rspec/rules/S1291/rule.adoc

5 lines
253 B
Plaintext
Raw Normal View History

2020-12-23 14:59:06 +01:00
Any issue to quality rule can be deactivated with the ``NOSONAR`` marker. This marker is pretty useful to exclude false-positive results but it can also be used abusively to hide real quality flaws.
2020-06-30 12:47:33 +02:00
2020-12-23 14:59:06 +01:00
This rule raises an issue when ``NOSONAR`` is used.
2020-06-30 12:47:33 +02:00