Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 301 Bytes

File metadata and controls

9 lines (8 loc) · 301 Bytes
rule_id 1507
rule_category maintainability
title Limit the contents of a source code file to one type
severity 3

Exception: Nested types should be part of the same file.

Exception: Types that only differ by their number of generic type parameters should be part of the same file.