SwiftLint/Source/SwiftLintFramework/Rules/Lint
JP Simard 395f23db13
WIP Add OverexposedDeclarationRule
2020-01-01 10:11:31 -08:00
..
AnyObjectProtocolRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ArrayInitRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
ClassDelegateProtocolRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
CompilerProtocolInitRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
DeploymentTargetRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
DiscardedNotificationCenterObserverRule.swift add byterange to the dictionary and breadthfirst algorithm 2019-11-10 23:53:59 +02:00
DiscouragedDirectInitRule.swift Remove unused imports 2019-11-07 16:20:18 +02:00
DuplicateEnumCasesRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
DynamicInlineRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
EmptyXCTestMethodRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
EmptyXCTestMethodRuleExamples.swift Enable vertical whitespace rules in SwiftLint 2018-12-02 14:01:23 -08:00
ExpiringTodoRule.swift Add ExpiringTodoRule (#2911) 2019-11-20 16:50:29 -08:00
IdenticalOperandsRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
InertDeferRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
LowerACLThanParentRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
MarkRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
MissingDocsRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
NSLocalizedStringKeyRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
NSLocalizedStringRequireBundleRule.swift Remove unused imports 2019-11-07 16:20:18 +02:00
NSObjectPreferIsEqualRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
NSObjectPreferIsEqualRuleExamples.swift [nsobject_prefer_isequal] Add NSObjectPreferIsEqualRule definition 2019-03-01 21:15:03 +01:00
NotificationCenterDetachmentRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
NotificationCenterDetachmentRuleExamples.swift Enable vertical whitespace rules in SwiftLint 2018-12-02 14:01:23 -08:00
OverexposedDeclarationRule.swift WIP Add OverexposedDeclarationRule 2020-01-01 10:11:31 -08:00
OverriddenSuperCallRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
OverrideInExtensionRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
PrivateActionRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
PrivateOutletRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
PrivateUnitTestRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ProhibitedInterfaceBuilderRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
ProhibitedSuperRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
QuickDiscouragedCallRule.swift Use Generic Dictionary Traversing for multiple cases 2019-11-09 13:29:43 -08:00
QuickDiscouragedCallRuleExamples.swift Remove unused imports (#2382) 2018-09-02 14:09:04 -07:00
QuickDiscouragedFocusedTestRule.swift Use Generic Dictionary Traversing for multiple cases 2019-11-09 13:29:43 -08:00
QuickDiscouragedFocusedTestRuleExamples.swift Remove unused imports (#2382) 2018-09-02 14:09:04 -07:00
QuickDiscouragedPendingTestRule.swift Use Generic Dictionary Traversing for multiple cases 2019-11-09 13:29:43 -08:00
QuickDiscouragedPendingTestRuleExamples.swift Remove unused imports (#2382) 2018-09-02 14:09:04 -07:00
RawValueForCamelCasedCodableEnumRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
RequiredDeinitRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
RequiredEnumCaseRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
StrongIBOutletRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
SuperfluousDisableCommandRule.swift Remove unused imports 2019-11-07 16:20:18 +02:00
TodoRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
UnownedVariableCaptureRule.swift add byterange to the dictionary and breadthfirst algorithm 2019-11-10 23:53:59 +02:00
UnusedCaptureListRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
UnusedClosureParameterRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
UnusedControlFlowLabelRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
UnusedDeclarationRule.swift Fix false positives in unused_declaration for protocol extensions (#3000) 2019-12-30 09:44:25 -08:00
UnusedImportRule.swift [UnusedImportRule] Handle comments after the import statement (#2993) 2019-12-18 11:30:41 -08:00
UnusedSetterValueRule.swift Add own wrappers over syntax tokens and syntax map 2019-11-10 22:55:54 +02:00
ValidIBInspectableRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00
WeakDelegateRule.swift add byterange to the dictionary and breadthfirst algorithm 2019-11-10 23:53:59 +02:00
YodaConditionRule.swift Use SwiftLintFile wrapper over the File 2019-11-07 15:19:17 +02:00