Disable some CPD on generated code and some tests
Some checks are pending
gitea-openium/resgen.swift/pipeline/head This commit looks good
gitea-openium/resgen.swift/pipeline/pr-master Build started...

This commit is contained in:
2025-05-05 08:55:58 +02:00
parent 08e4d4495f
commit 4d730800e1
4 changed files with 16 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
// Created by Thibaut Schmitt on 06/09/2022.
//
// CPD-OFF
import Foundation
import XCTest
import ToolCore
@@ -648,3 +650,5 @@ final class AnalyticsGeneratorTests: XCTestCase {
XCTAssertEqual(extensionContent.adaptForXCTest(), expect.adaptForXCTest())
}
}
// CPD-ON