SwiftLint/Source/SwiftLintFramework/Rules/Metrics
JP Simard 4bd7da32ea
Reduce visibility of rules to be `internal` (#4533)
There's no reason to expose these publicly and this will make it nicer
to move to a new module outside of the core SwiftLint functionality.
2022-11-09 11:01:26 -05:00
..
ClosureBodyLengthRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
ClosureBodyLengthRuleExamples.swift Rewrite "body length" rules with SwiftSyntax (#4370) 2022-10-14 03:50:39 -04:00
CyclomaticComplexityRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
EnumCaseAssociatedValuesLengthRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
FileLengthRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
FunctionBodyLengthRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
FunctionParameterCountRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
LargeTupleRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
LargeTupleRuleExamples.swift Rewrite `large_tuple` rule with SwiftSyntax (#4156) 2022-09-05 01:10:59 -04:00
LineLengthRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
NestingRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
NestingRuleExamples.swift Rethink body line count calculation (#4369) 2022-10-14 03:16:26 -04:00
TypeBodyLengthRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00