SwiftLint/Source/SwiftLintFramework/Rules/Lint
Danny Mösch 609418f702
Skip `defer` statements in `#if` block if it is not itself the last statement (#4617)
2022-12-06 02:22:03 -05:00
..
AccessibilityLabelForImageRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
AccessibilityLabelForImageRuleExamples.swift Rethink body line count calculation (#4369) 2022-10-14 03:16:26 -04:00
AccessibilityTraitForButtonRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
AccessibilityTraitForButtonRuleExamples.swift Rethink body line count calculation (#4369) 2022-10-14 03:16:26 -04:00
AnyObjectProtocolRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
ArrayInitRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
BalancedXCTestLifecycleRule.swift Add `test_parent_class` option to more test rules (#4262) 2022-12-01 18:56:13 +01:00
CaptureVariableRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
ClassDelegateProtocolRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
CommentSpacingRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
CompilerProtocolInitRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
DeploymentTargetRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
DeploymentTargetRuleExamples.swift Migrate `deployment_target` rule to SwiftSyntax (#4268) 2022-10-03 10:18:56 -07:00
DiscardedNotificationCenterObserverRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
DiscouragedDirectInitRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
DuplicateEnumCasesRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
DuplicatedKeyInDictionaryLiteralRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
DynamicInlineRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
EmptyXCTestMethodRule.swift Add `test_parent_class` option to more test rules (#4262) 2022-12-01 18:56:13 +01:00
EmptyXCTestMethodRuleExamples.swift Migrate EmptyXCTestMethodRule to SwiftSyntax fixing some false-positives (#4129) 2022-08-27 03:02:05 -04:00
ExpiringTodoRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
IBInspectableInExtensionRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
IdenticalOperandsRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
InertDeferRule.swift Skip `defer` statements in `#if` block if it is not itself the last statement (#4617) 2022-12-06 02:22:03 -05:00
LocalDocCommentRule.swift Add new `local_doc_comment` rule (#4581) 2022-11-23 17:50:18 -05:00
LowerACLThanParentRule.swift Fix lower_acl_than_parent false positives when the nominal parent is an extension (#4575) 2022-11-24 08:08:23 -05:00
MarkRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
MissingDocsRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
NSLocalizedStringKeyRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
NSLocalizedStringRequireBundleRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
NSNumberInitAsFunctionReferenceRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
NSObjectPreferIsEqualRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
NSObjectPreferIsEqualRuleExamples.swift Fix false positive in `nsobject_prefer_isequal` rule (#4408) 2022-10-17 22:26:37 -07:00
NotificationCenterDetachmentRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
NotificationCenterDetachmentRuleExamples.swift Add Inline test failure messages (#3040) 2020-02-02 10:35:37 +02:00
OrphanedDocCommentRule.swift Add new `local_doc_comment` rule (#4581) 2022-11-23 17:50:18 -05:00
OverriddenSuperCallRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
OverrideInExtensionRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
PrivateActionRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
PrivateOutletRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
PrivateSubjectRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
PrivateSubjectRuleExamples.swift Rewrite `private_subject` rule with SwiftSyntax (#4495) 2022-10-30 18:41:57 -07:00
PrivateUnitTestRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
ProhibitedInterfaceBuilderRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
ProhibitedSuperRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
QuickDiscouragedCallRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
QuickDiscouragedCallRuleExamples.swift Make `Quick*` rules more permissive (#4421) 2022-10-19 16:08:35 -07:00
QuickDiscouragedFocusedTestRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
QuickDiscouragedFocusedTestRuleExamples.swift Make `Quick*` rules more permissive (#4421) 2022-10-19 16:08:35 -07:00
QuickDiscouragedPendingTestRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
QuickDiscouragedPendingTestRuleExamples.swift Make `Quick*` rules more permissive (#4421) 2022-10-19 16:08:35 -07:00
RawValueForCamelCasedCodableEnumRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
RequiredDeinitRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
RequiredEnumCaseRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
SelfInPropertyInitializationRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
StrongIBOutletRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
SuperfluousDisableCommandRule.swift Fix building tests in Xcode (#4607) 2022-11-30 10:33:33 -05:00
TestCaseAccessibilityRule.swift Move XCTestHelpers to TestCaseAccessibilityRule.swift (#4552) 2022-11-16 14:31:00 -05:00
TestCaseAccessibilityRuleExamples.swift Rewrite `test_case_accessibility` with SwiftSyntax (#4446) 2022-10-23 17:39:45 -07:00
TodoRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
TypesafeArrayInitRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
UnownedVariableCaptureRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
UnusedCaptureListRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
UnusedClosureParameterRule.swift Fix false positives in `unused_closure_parameter` when using backticks (#4590) 2022-11-25 07:29:31 -05:00
UnusedClosureParameterRuleExamples.swift Fix false positives in `unused_closure_parameter` when using backticks (#4590) 2022-11-25 07:29:31 -05:00
UnusedControlFlowLabelRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
UnusedDeclarationRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
UnusedDeclarationRuleExamples.swift Rethink body line count calculation (#4369) 2022-10-14 03:16:26 -04:00
UnusedImportRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
UnusedImportRuleExamples.swift Rethink body line count calculation (#4369) 2022-10-14 03:16:26 -04:00
UnusedSetterValueRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
ValidIBInspectableRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
WeakDelegateRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00
YodaConditionRule.swift Reduce visibility of rules to be `internal` (#4533) 2022-11-09 11:01:26 -05:00