rspec/rules/S108/description.adoc
2023-06-15 19:03:19 +02:00

8 lines
346 B
Plaintext

== Why is this an issue?
An empty code block is confusing. It will require some effort from maintainers to determine if it is intentional or indicates the implementation is incomplete.
include::{example}[]
Removing or filling the empty code blocks takes away ambiguity and generally results in a more straightforward and less surprising code.