mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
65f44a07e7
Co-authored-by: Danny Mösch <danny.moesch@icloud.com>
159 lines
4.4 KiB
Swift
159 lines
4.4 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 StaticOperatorRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(StaticOperatorRule.description)
|
|
}
|
|
}
|
|
|
|
final class StaticOverFinalClassRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(StaticOverFinalClassRule.description)
|
|
}
|
|
}
|
|
|
|
final class StrictFilePrivateRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(StrictFilePrivateRule.description)
|
|
}
|
|
}
|
|
|
|
final class StrongIBOutletRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(StrongIBOutletRule.description)
|
|
}
|
|
}
|
|
|
|
final class SuperfluousElseRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(SuperfluousElseRule.description)
|
|
}
|
|
}
|
|
|
|
final class SwitchCaseAlignmentRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(SwitchCaseAlignmentRule.description)
|
|
}
|
|
}
|
|
|
|
final class SwitchCaseOnNewlineRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(SwitchCaseOnNewlineRule.description)
|
|
}
|
|
}
|
|
|
|
final class SyntacticSugarRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(SyntacticSugarRule.description)
|
|
}
|
|
}
|
|
|
|
final class TestCaseAccessibilityRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(TestCaseAccessibilityRule.description)
|
|
}
|
|
}
|
|
|
|
final class TodoRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(TodoRule.description)
|
|
}
|
|
}
|
|
|
|
final class ToggleBoolRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(ToggleBoolRule.description)
|
|
}
|
|
}
|
|
|
|
final class TrailingClosureRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(TrailingClosureRule.description)
|
|
}
|
|
}
|
|
|
|
final class TrailingCommaRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(TrailingCommaRule.description)
|
|
}
|
|
}
|
|
|
|
final class TrailingNewlineRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(TrailingNewlineRule.description)
|
|
}
|
|
}
|
|
|
|
final class TrailingSemicolonRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(TrailingSemicolonRule.description)
|
|
}
|
|
}
|
|
|
|
final class TrailingWhitespaceRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(TrailingWhitespaceRule.description)
|
|
}
|
|
}
|
|
|
|
final class TypeBodyLengthRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(TypeBodyLengthRule.description)
|
|
}
|
|
}
|
|
|
|
final class TypeContentsOrderRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(TypeContentsOrderRule.description)
|
|
}
|
|
}
|
|
|
|
final class TypeNameRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(TypeNameRule.description)
|
|
}
|
|
}
|
|
|
|
final class TypesafeArrayInitRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(TypesafeArrayInitRule.description)
|
|
}
|
|
}
|
|
|
|
final class UnavailableConditionRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(UnavailableConditionRule.description)
|
|
}
|
|
}
|
|
|
|
final class UnavailableFunctionRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(UnavailableFunctionRule.description)
|
|
}
|
|
}
|
|
|
|
final class UnhandledThrowingTaskRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(UnhandledThrowingTaskRule.description)
|
|
}
|
|
}
|
|
|
|
final class UnneededBreakInSwitchRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(UnneededBreakInSwitchRule.description)
|
|
}
|
|
}
|
|
|
|
final class UnneededEscapingRuleGeneratedTests: SwiftLintTestCase {
|
|
func testWithDefaultConfiguration() {
|
|
verifyRule(UnneededEscapingRule.description)
|
|
}
|
|
}
|