SwiftLint/Source/SwiftLintFramework/Protocols
JP Simard 5a30991fa4
Add SwiftSyntax rule helpers (#4126)
This cuts down on the boilerplate involved in writing SwiftSyntax-based
rules. May not be significant right now since most rules are still built
with SourceKit, but as we migrate more rules moving forward, this should
make it easier for rule authors to write rules that behave performantly
and correctly.
2022-08-26 14:46:32 +00:00
..
ASTRule.swift Add SwiftSyntax rule helpers (#4126) 2022-08-26 14:46:32 +00:00
CacheDescriptionProvider.swift Remove all file headers 2018-05-04 13:42:02 -07:00
CallPairRule.swift Enable legacy_multiple and prefer_self_type_over_type_of_self in our codebase 2020-08-05 01:11:17 -07:00
Reporter.swift Add codeclimate reporter (#3425) 2020-11-11 10:29:00 -08:00
Rule.swift Add SwiftSyntax rule helpers (#4126) 2022-08-26 14:46:32 +00:00
RuleConfiguration.swift Fix docstring formatting issues using DrString (#3032) 2020-01-12 11:19:33 -08:00
SwiftSyntaxCorrectableRule.swift Add SwiftSyntax rule helpers (#4126) 2022-08-26 14:46:32 +00:00
SwiftSyntaxRule.swift Add SwiftSyntax rule helpers (#4126) 2022-08-26 14:46:32 +00:00