rspec/rules/S3453/exceptions.adoc

4 lines
213 B
Plaintext
Raw Normal View History

=== Exceptions
2020-06-30 12:48:39 +02:00
Classes that themselves access their private constructors (singletons or smart enums) are ignored. Classes with only ``++static++`` members are also ignored because they are covered by Rule S1118.