SwiftLint/Source/SwiftLintFramework/Rules/Idiomatic
JP Simard 1a28275891
Migrate to use SourceKitten's new ByteCount/ByteRange types
2020-01-13 21:53:10 -08:00
..
BlockBasedKVORule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ConvenienceTypeRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
DiscouragedObjectLiteralRule.swift Remove unused imports 2019-11-07 16:20:18 +02:00
DiscouragedOptionalBooleanRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
DiscouragedOptionalBooleanRuleExamples.swift Enable vertical whitespace rules in SwiftLint 2018-12-02 14:01:23 -08:00
DiscouragedOptionalCollectionExamples.swift Enable vertical whitespace rules in SwiftLint 2018-12-02 14:01:23 -08:00
DiscouragedOptionalCollectionRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
DuplicateImportsRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
DuplicateImportsRuleExamples.swift Add `DuplicateImportsRule` (#2004) 2019-01-17 15:42:29 -08:00
ExplicitACLRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
ExplicitEnumRawValueRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
ExplicitInitRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
ExplicitTopLevelACLRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
ExplicitTypeInterfaceRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
ExtensionAccessModifierRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
FallthroughRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
FatalErrorMessageRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
FileNameNoSpaceRule.swift Added 'file_name_no_space' rule (#3008) 2020-01-03 15:45:30 -08:00
FileNameRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ForWhereRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
ForceCastRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ForceTryRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ForceUnwrappingRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
FunctionDefaultParameterAtEndRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
GenericTypeNameRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
ImplicitlyUnwrappedOptionalRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
IsDisjointRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
JoinedDefaultParameterRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
LegacyCGGeometryFunctionsRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
LegacyConstantRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
LegacyConstantRuleExamples.swift Enable vertical whitespace rules in SwiftLint 2018-12-02 14:01:23 -08:00
LegacyConstructorRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
LegacyHashingRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
LegacyMultipleRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
LegacyNSGeometryFunctionsRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
LegacyRandomRule.swift Remove unused imports 2019-11-07 16:20:18 +02:00
NimbleOperatorRule.swift Fix docstring formatting issues using DrString (#3032) 2020-01-12 11:19:33 -08:00
NoExtensionAccessModifierRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
NoFallthroughOnlyRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
NoFallthroughOnlyRuleExamples.swift Don't trigger no_fallthrough_only if next case is @unknown (#2770) 2019-05-25 21:53:23 -07:00
NoGroupingExtensionRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
ObjectLiteralRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
PatternMatchingKeywordsRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
PrivateOverFilePrivateRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
RedundantNilCoalescingRule.swift Allow SubstitutionCorrectableRule to return nil instead of a correction to indicate that a suitable correction couldn't be found for a specific case (#2958) 2020-01-02 23:15:40 -08:00
RedundantObjcAttributeRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
RedundantObjcAttributeRuleExamples.swift Fix lint issues from #2593 2019-01-28 10:53:01 -08:00
RedundantOptionalInitializationRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
RedundantSetAccessControlRule.swift Rename Traverse to Traverse with Parent 2019-11-09 13:29:43 -08:00
RedundantStringEnumValueRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
RedundantTypeAnnotationRule.swift Update SourceKitten to 0.28.0 (#3011) 2020-01-03 16:47:18 -08:00
RedundantVoidReturnRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
StaticOperatorRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
StrictFilePrivateRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
SyntacticSugarRule.swift Update SourceKitten to 0.28.0 (#3011) 2020-01-03 16:47:18 -08:00
ToggleBoolRule.swift Update SourceKitten to 0.28.0 (#3011) 2020-01-03 16:47:18 -08:00
TrailingSemicolonRule.swift Allow SubstitutionCorrectableRule to return nil instead of a correction to indicate that a suitable correction couldn't be found for a specific case (#2958) 2020-01-02 23:15:40 -08:00
TypeNameRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
TypeNameRuleExamples.swift Issue-2791: `type_name` violation for with SwiftUI template code 2019-08-25 20:01:28 -04:00
UnavailableFunctionRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
UnneededBreakInSwitchRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
UntypedErrorInCatchRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
UnusedEnumeratedRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
XCTFailMessageRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
XCTSpecificMatcherRule.swift Migrate to use SourceKitten's new ByteCount/ByteRange types 2020-01-13 21:53:10 -08:00
XCTSpecificMatcherRuleExamples.swift Remove unneeded import 2018-12-24 01:36:57 -08:00