rspec/rules/S1068/plsql/rule.adoc

20 lines
506 B
Plaintext
Raw Normal View History

== Why is this an issue?
2020-06-30 12:47:33 +02:00
If a variable is declared but not used in the procedure, it can be considered dead code and should therefore be removed. This will improve maintainability because developers will not wonder what the variable is used for.
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]