mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
159 lines
4.7 KiB
Swift
159 lines
4.7 KiB
Swift
// GENERATED FILE. DO NOT EDIT!
|
|
|
|
// swiftlint:disable:next blanket_disable_command superfluous_disable_command
|
|
// swiftlint:disable single_test_class type_name
|
|
|
|
@testable import SwiftLintBuiltInRules
|
|
@testable import SwiftLintCore
|
|
import TestHelpers
|
|
|
|
final class ContainsOverFilterCountRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(ContainsOverFilterCountRule.description)
|
|
}
|
|
}
|
|
|
|
final class ContainsOverFilterIsEmptyRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(ContainsOverFilterIsEmptyRule.description)
|
|
}
|
|
}
|
|
|
|
final class ContainsOverFirstNotNilRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(ContainsOverFirstNotNilRule.description)
|
|
}
|
|
}
|
|
|
|
final class ContainsOverRangeNilComparisonRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(ContainsOverRangeNilComparisonRule.description)
|
|
}
|
|
}
|
|
|
|
final class ContrastedOpeningBraceRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(ContrastedOpeningBraceRule.description)
|
|
}
|
|
}
|
|
|
|
final class ControlStatementRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(ControlStatementRule.description)
|
|
}
|
|
}
|
|
|
|
final class ConvenienceTypeRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(ConvenienceTypeRule.description)
|
|
}
|
|
}
|
|
|
|
final class CyclomaticComplexityRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(CyclomaticComplexityRule.description)
|
|
}
|
|
}
|
|
|
|
final class DeploymentTargetRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DeploymentTargetRule.description)
|
|
}
|
|
}
|
|
|
|
final class DirectReturnRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DirectReturnRule.description)
|
|
}
|
|
}
|
|
|
|
final class DiscardedNotificationCenterObserverRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DiscardedNotificationCenterObserverRule.description)
|
|
}
|
|
}
|
|
|
|
final class DiscouragedAssertRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DiscouragedAssertRule.description)
|
|
}
|
|
}
|
|
|
|
final class DiscouragedDirectInitRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DiscouragedDirectInitRule.description)
|
|
}
|
|
}
|
|
|
|
final class DiscouragedNoneNameRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DiscouragedNoneNameRule.description)
|
|
}
|
|
}
|
|
|
|
final class DiscouragedObjectLiteralRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DiscouragedObjectLiteralRule.description)
|
|
}
|
|
}
|
|
|
|
final class DiscouragedOptionalBooleanRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DiscouragedOptionalBooleanRule.description)
|
|
}
|
|
}
|
|
|
|
final class DiscouragedOptionalCollectionRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DiscouragedOptionalCollectionRule.description)
|
|
}
|
|
}
|
|
|
|
final class DuplicateConditionsRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DuplicateConditionsRule.description)
|
|
}
|
|
}
|
|
|
|
final class DuplicateEnumCasesRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DuplicateEnumCasesRule.description)
|
|
}
|
|
}
|
|
|
|
final class DuplicateImportsRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DuplicateImportsRule.description)
|
|
}
|
|
}
|
|
|
|
final class DuplicatedKeyInDictionaryLiteralRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DuplicatedKeyInDictionaryLiteralRule.description)
|
|
}
|
|
}
|
|
|
|
final class DynamicInlineRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(DynamicInlineRule.description)
|
|
}
|
|
}
|
|
|
|
final class EmptyCollectionLiteralRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(EmptyCollectionLiteralRule.description)
|
|
}
|
|
}
|
|
|
|
final class EmptyCountRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(EmptyCountRule.description)
|
|
}
|
|
}
|
|
|
|
final class EmptyEnumArgumentsRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(EmptyEnumArgumentsRule.description)
|
|
}
|
|
}
|