SwiftLint/Source/SwiftLintFramework/Rules/Metrics
Stephen Williams c1b77f8e0a
Rename the “File Line Length” rule to just “File Length”
2021-03-08 09:29:51 -05:00
..
ClosureBodyLengthRule.swift Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase 2020-08-05 01:11:17 -07:00
ClosureBodyLengthRuleExamples.swift Skip correcting files with parser diagnostics (#3349) 2020-09-17 18:14:00 -04:00
CyclomaticComplexityRule.swift Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase 2020-08-05 01:11:17 -07:00
EnumCaseAssociatedValuesLengthRule.swift Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase 2020-08-05 01:11:17 -07:00
FileLengthRule.swift Rename the “File Line Length” rule to just “File Length” 2021-03-08 09:29:51 -05:00
FunctionBodyLengthRule.swift Improve compilation times (#3404) 2020-11-07 12:16:25 -08:00
FunctionParameterCountRule.swift Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase 2020-08-05 01:11:17 -07:00
LargeTupleRule.swift Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase 2020-08-05 01:11:17 -07:00
LineLengthRule.swift Fix incorrect violation message for line length violations (#3406) 2020-11-07 18:01:04 -05:00
NestingRule.swift Fix indentation 2020-11-09 12:06:45 -05:00
NestingRuleExamples.swift Separated nesting level counting for types and functions in `nesting` rule (fixes #1151). Enhanced `nesting` rule to search for nested types and functions within closures and statements. Enhanced `nesting` rule to allow for one nested type within a function even if breaking a maximum type level nesting (fixes #1151). 2020-11-09 12:06:34 -05:00
TypeBodyLengthRule.swift Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase 2020-08-05 01:11:17 -07:00