Skip to content

Commit f8d723e

Browse files
committed
chore: Silence some lint that is intentionally written this way to match constansts in libDispatch.
1 parent aed4dd6 commit f8d723e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/DispatchAsync/PackageConstants.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13+
// swiftlint:disable identifier_name
1314
package let NSEC_PER_SEC: UInt64 = 1_000_000_000
1415
package let NSEC_PER_MSEC: UInt64 = 1_000_000
1516
package let NSEC_PER_USEC: UInt64 = 1_000
17+
// swiftlint:enable identifier_name

0 commit comments

Comments
 (0)