rspec/rules/S3261/rule.adoc

17 lines
208 B
Plaintext

== Why is this an issue?
Namespaces with no lines of code clutter a project and should be removed.
=== Noncompliant code example
[source,text]
----
namespace MyEmptyNamespace // Noncompliant
{
}
----