mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-04-30 10:22:53 +08:00
SwiftLint: Relax identifier_name length rule
Summary: Set it to 56 which is our current maximum variable length. (Setting to 55 shows 2 warnings) Reviewed By: samodom Differential Revision: D33808397 fbshipit-source-id: c162362a20d11426fa024bd79f1bc8563d19e01f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5face70317
commit
c435701b81
@@ -11,7 +11,6 @@ import Foundation
|
||||
@objcMembers
|
||||
public class TestSettings: NSObject, SettingsProtocol, SettingsLogging {
|
||||
public var isEventDataUsageLimited = false
|
||||
// swiftlint:disable:next identifier_name
|
||||
public var shouldUseCachedValuesForExpensiveMetadata = false
|
||||
public var isAdvertiserIDCollectionEnabled = false
|
||||
public var appID: String?
|
||||
|
||||
Reference in New Issue
Block a user