fix: updated max file length in the swiftlint configuration

This commit is contained in:
Serhiy Mytrovtsiy
2021-10-05 19:14:09 +02:00
parent 6ad4701930
commit 0320dfe709
7 changed files with 6 additions and 9 deletions

View File

@@ -44,5 +44,5 @@ type_body_length:
- 400 - 400
file_length: file_length:
- 500 - 600
- 800 - 800

View File

@@ -8,7 +8,6 @@
// //
// Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved. // Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.
// //
// swiftlint:disable file_length
import Cocoa import Cocoa

View File

@@ -8,7 +8,6 @@
// //
// Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved. // Copyright © 2020 Serhiy Mytrovtsiy. All rights reserved.
// //
// swiftlint:disable file_length
import Cocoa import Cocoa
import Kit import Kit

View File

@@ -8,7 +8,6 @@
// //
// Copyright © 2021 Serhiy Mytrovtsiy. All rights reserved. // Copyright © 2021 Serhiy Mytrovtsiy. All rights reserved.
// //
// swiftlint:disable file_length
import Foundation import Foundation
import IOKit import IOKit

View File

@@ -1242,7 +1242,7 @@
New, New,
); );
LastSwiftUpdateCheck = 1240; LastSwiftUpdateCheck = 1240;
LastUpgradeCheck = 1250; LastUpgradeCheck = 1300;
ORGANIZATIONNAME = "Serhiy Mytrovtsiy"; ORGANIZATIONNAME = "Serhiy Mytrovtsiy";
TargetAttributes = { TargetAttributes = {
9A11AACE266FD77F000C1C05 = { 9A11AACE266FD77F000C1C05 = {
@@ -2540,7 +2540,7 @@
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = RP2S87B72W; DEVELOPMENT_TEAM = RP2S87B72W;
ENABLE_HARDENED_RUNTIME = NO; ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "$(SRCROOT)/SMC/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/SMC/Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.13; MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.0.0; MARKETING_VERSION = 1.0.0;
@@ -2561,7 +2561,7 @@
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = RP2S87B72W; DEVELOPMENT_TEAM = RP2S87B72W;
ENABLE_HARDENED_RUNTIME = NO; ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "$(SRCROOT)/SMC/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/SMC/Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.13; MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.0.0; MARKETING_VERSION = 1.0.0;

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Scheme <Scheme
LastUpgradeVersion = "1250" LastUpgradeVersion = "1300"
version = "1.3"> version = "1.3">
<BuildAction <BuildAction
parallelizeBuildables = "YES" parallelizeBuildables = "YES"

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Scheme <Scheme
LastUpgradeVersion = "1250" LastUpgradeVersion = "1300"
version = "1.3"> version = "1.3">
<BuildAction <BuildAction
parallelizeBuildables = "YES" parallelizeBuildables = "YES"