SwiftLint/Source/SwiftLintFramework/Models
Kim de Vos b0cbb440c3
Add new `sorted_enum_cases` rule (#4845)
2023-04-02 11:33:20 +02:00
..
AccessControlLevel.swift Write some docs for internal APIs (#4550) 2022-11-16 13:58:55 -05:00
Command.swift Add new `invalid_swiftlint_command` rule (#4546) 2023-03-04 13:53:27 +01:00
Configuration.swift Apply small formatting fixes (#4840) 2023-03-26 16:09:43 -04:00
ConfigurationError.swift Re-add warning message if the config file was implicit and misconfigured 2020-12-10 09:37:09 -05:00
ConfigurationRuleWrapper.swift Fix building tests in Xcode (#4607) 2022-11-30 10:33:33 -05:00
Correction.swift Fix building tests in Xcode (#4607) 2022-11-30 10:33:33 -05:00
Example.swift Fix building tests in Xcode (#4607) 2022-11-30 10:33:33 -05:00
HashableConfigurationRuleWrapperWrapper.swift Add remote, parent & child configuration features 2020-11-20 23:08:37 +01:00
ImportUsage.swift Get rid of periods finishing rule descriptions 2023-01-10 22:29:13 +01:00
Linter.swift Stop`superfluous_disable_command` from firing when disabled (#4791) 2023-03-05 19:21:35 +01:00
LinterCache.swift Enable `if_let_shadowing` rule and fix all violations (#4247) 2023-01-31 22:31:38 +01:00
Location.swift Delegate Location init for AbsolutePosition to existing one (#4162) 2022-09-05 01:47:25 -04:00
PrimaryRuleList.swift Add new `sorted_enum_cases` rule (#4845) 2023-04-02 11:33:20 +02:00
Region.swift Migrate ClosureSpacingRule to SwiftSyntax (#4092) 2022-08-15 18:27:43 +00:00
ReportersList.swift Add a `reporters` subcommand (#4836) 2023-03-31 08:09:01 +02:00
RuleDescription.swift Remove references to ManuallyTestedExamplesRule protocol (#4082) 2022-08-10 21:42:10 +00:00
RuleIdentifier.swift Use `Self` in constructor calls (#4505) 2022-11-02 22:50:22 +00:00
RuleKind.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
RuleList.swift Add remote, parent & child configuration features 2020-11-20 23:08:37 +01:00
RuleParameter.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
RuleStorage.swift [UnusedDeclarationRule] Speed up and detect more dead code (#3340) 2020-09-15 10:33:27 -07:00
StyleViolation.swift Check every used internal violation reason for a pending period 2023-01-10 22:29:13 +01:00
SwiftLintFile.swift Fix building tests in Xcode (#4607) 2022-11-30 10:33:33 -05:00
SwiftLintSyntaxMap.swift Migrate to use SourceKitten's new ByteCount/ByteRange types (#3037) 2020-01-16 15:18:37 -08:00
SwiftLintSyntaxToken.swift Write some docs for internal APIs (#4550) 2022-11-16 13:58:55 -05:00
SwiftVersion.swift Add new `if_let_shadowing` rule (#4206) 2022-09-22 19:27:45 +02:00
Version.swift release 0.51.0 2023-03-27 11:44:47 -04:00
ViolationSeverity.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
YamlParser.swift Use `all` optin rules facility for SwiftLint's own `.swiftlint.yml` (#4800) 2023-03-11 11:59:05 +01:00