SwiftLint/Source/SwiftLintFramework/Models
JP Simard b744cf08f1
Temporarily remove all SwiftSyntax rules and support (#3107)
The new rules introduced in 0.39.0 that depend on SwiftSyntax have been temporarily removed as we work out release packaging issues.

* `prohibited_nan_comparison`
* `return_value_from_void_function`
* `tuple_pattern`
* `void_function_in_ternary`

See https://github.com/realm/SwiftLint/issues/3105 for details.
2020-02-11 13:40:04 -08:00
..
AccessControlLevel.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
Command.swift Fix false positives when line ends with carriage return + line feed (#3061) 2020-02-02 15:37:49 -08:00
Configuration.swift feature: add config setting to exist successfully in case of no lintable (#2732) 2020-02-08 13:33:50 -08:00
ConfigurationError.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
Correction.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
Example.swift Add Inline test failure messages (#3040) 2020-02-02 10:35:37 +02:00
Linter.swift Fix docstring formatting issues using DrString (#3032) 2020-01-12 11:19:33 -08:00
LinterCache.swift Fix docstring formatting issues using DrString (#3032) 2020-01-12 11:19:33 -08:00
Location.swift Migrate to use SourceKitten's new ByteCount/ByteRange types (#3037) 2020-01-16 15:18:37 -08:00
MasterRuleList.swift Temporarily remove all SwiftSyntax rules and support (#3107) 2020-02-11 13:40:04 -08:00
Region.swift Fix docstring formatting issues using DrString (#3032) 2020-01-12 11:19:33 -08:00
RuleDescription.swift Add Inline test failure messages (#3040) 2020-02-02 10:35:37 +02:00
RuleIdentifier.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
RuleKind.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
RuleList.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
RuleParameter.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
RuleStorage.swift Fix docstring formatting issues using DrString (#3032) 2020-01-12 11:19:33 -08:00
StyleViolation.swift Add Inline test failure messages (#3040) 2020-02-02 10:35:37 +02:00
SwiftLintFile.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
SwiftLintSyntaxMap.swift Migrate to use SourceKitten's new ByteCount/ByteRange types (#3037) 2020-01-16 15:18:37 -08:00
SwiftLintSyntaxToken.swift Migrate to use SourceKitten's new ByteCount/ByteRange types (#3037) 2020-01-16 15:18:37 -08:00
SwiftVersion.swift Fix false positive in implicit_getter with Swift 5.2 (#3099) 2020-02-09 20:00:53 -08:00
Version.swift release 0.39.0 2020-02-10 22:19:59 -08:00
ViolationSeverity.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
YamlParser.swift Fix docstring formatting issues using DrString (#3032) 2020-01-12 11:19:33 -08:00