mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
8d9c501cb8
* Add optional return_value_from_void_function rule using SwiftSyntax * Use Script/bootstrap in CI * Make SwiftSyntax optional * Make SwiftSyntax optional in SPM * Fix Package.swift * Try again * Add minSwiftVersion * Fix thread sanitizer issue * Take 2 * Fix false positive on nested computed variables * Remove support for Xcode 10.x * Fix rule description * Enable opt-in rule in configuration file * Extract code into `SyntaxRule` protocol * nit: make property private * Missing docs * Fix MasterRuleList.swift * Update CHANGELOG * Remove unused imports * Use Example type * Change rule kind to .idiomatic * Update CHANGELOG * Bump deployment target to macOS 10.12 * Simplify SyntaxRule.validate(file:visitor) * Make TSan happy * Use script/bootstrap in the README
22 lines
887 B
Plaintext
22 lines
887 B
Plaintext
[submodule "Carthage/Checkouts/SWXMLHash"]
|
|
path = Carthage/Checkouts/SWXMLHash
|
|
url = https://github.com/drmohundro/SWXMLHash.git
|
|
[submodule "Carthage/Checkouts/xcconfigs"]
|
|
path = Carthage/Checkouts/xcconfigs
|
|
url = https://github.com/jspahrsummers/xcconfigs.git
|
|
[submodule "Carthage/Checkouts/Commandant"]
|
|
path = Carthage/Checkouts/Commandant
|
|
url = https://github.com/Carthage/Commandant.git
|
|
[submodule "Carthage/Checkouts/SourceKitten"]
|
|
path = Carthage/Checkouts/SourceKitten
|
|
url = https://github.com/jpsim/SourceKitten.git
|
|
[submodule "Carthage/Checkouts/SwiftyTextTable"]
|
|
path = Carthage/Checkouts/SwiftyTextTable
|
|
url = https://github.com/scottrhoyt/SwiftyTextTable.git
|
|
[submodule "Carthage/Checkouts/Yams"]
|
|
path = Carthage/Checkouts/Yams
|
|
url = https://github.com/jpsim/Yams.git
|
|
[submodule "SwiftSyntax"]
|
|
path = SwiftSyntax
|
|
url = https://github.com/apple/swift-syntax.git
|