Skip to content

Commit 56fd217

Browse files
committed
Periphery ignore fixes
1 parent 9c6ce60 commit 56fd217

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Modules/Sources/Storage/GRDB/Migrations/V001InitialSchema.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import Foundation
22
import GRDB
33

4-
// TODO: remove ignore when we start using this
5-
// periphery: ignore
64
struct V001InitialSchema {
75
// This migration is under development and not released yet.
86
// It's still open for modification, until we ship.

WooCommerce/Classes/ServiceLocator/ServiceLocator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ extension ServiceLocator {
446446
_productImageUploader = mock
447447
}
448448

449-
// periphery: ignore – for use in future tests.
449+
/// periphery: ignore – for use in future tests.
450450
static func setGRDBManager(_ testInstance: GRDBManagerProtocol) {
451451
guard isRunningTests() else {
452452
return

0 commit comments

Comments
 (0)