SwiftLint/Source/SwiftLintFramework/Models
JP Simard 05ac3c9d75
Require macOS 12 & Swift 5.6 (#4037)
This will unblock using Swift Concurrency features and updating to the
latest versions of Swift Argument Parser.

This won't drop support for linting projects with an older toolchain /
Xcode selected, as long as SwiftLint was _built_ with 5.6+ and is
_running_ on macOS 12+. So the main breaking change for end users here
is requiring macOS 12 to run.

However, the upside to using Swift Concurrency features is worth the
breaking change in my opinion. Also being able to stay on recent Swift
Argument Parser releases.
2022-07-26 03:55:36 -04:00
..
AccessControlLevel.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
Command.swift Require macOS 12 & Swift 5.6 (#4037) 2022-07-26 03:55:36 -04:00
Configuration.swift Fix specifying the cachePath from command line (#3797) 2022-01-21 08:01:48 -08: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 Add remote, parent & child configuration features 2020-11-20 23:08:37 +01:00
Correction.swift Add documentation comments to all public declarations (#3027) 2020-01-08 09:47:10 -08:00
Example.swift Add ability to run only one(focused) example (#3911) 2022-03-22 19:21:25 +02:00
HashableConfigurationRuleWrapperWrapper.swift Add remote, parent & child configuration features 2020-11-20 23:08:37 +01:00
ImportUsage.swift Add unused_import config options to require imports for each module used (#3123) 2020-02-22 14:39:07 -08:00
Linter.swift Only skip autocorrect on files with errors (#3933) 2022-04-05 10:59:50 -07:00
LinterCache.swift Add optional prefer_self_in_static_references rule (#3732) 2021-11-29 18:42:53 +00:00
Location.swift Migrate to use SourceKitten's new ByteCount/ByteRange types (#3037) 2020-01-16 15:18:37 -08:00
PrimaryRuleList.swift Add back `void_function_in_ternary` rule (#3956) 2022-06-27 09:41:52 -07:00
Region.swift Fix docstring formatting issues using DrString (#3032) 2020-01-12 11:19:33 -08:00
RuleDescription.swift Require Swift 5.0 in runtime (#3886) 2022-03-11 14:01:27 -08:00
RuleIdentifier.swift Add optional prefer_self_in_static_references rule (#3732) 2021-11-29 18:42:53 +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 Add Inline test failure messages (#3040) 2020-02-02 10:35:37 +02:00
SwiftLintFile.swift [SwiftLintFile] Remove lock in favor of UUID (#3347) 2020-09-17 07:35:05 -07: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 Require Swift 5.0 in runtime (#3886) 2022-03-11 14:01:27 -08:00
Version.swift release 0.48.0 2022-07-26 03:34:06 -04: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