Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .swiftlint-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
parent_config: .swiftlint.yml

disabled_rules:
- identifier_name
5 changes: 5 additions & 0 deletions Application/DevLogApp/DevLogApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@
buildRules = (
);
dependencies = (
DF66A07E2EA52E9F0098E643 /* PBXTargetDependency */,
DF34164C2E45F67C00F9312B /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
Expand Down Expand Up @@ -638,6 +639,10 @@
isa = PBXTargetDependency;
productRef = DF66A07C2EA52E9F0098E643 /* plugin:SwiftLintBuildToolPlugin */;
};
DF66A07E2EA52E9F0098E643 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = DF66A07C2EA52E9F0098E643 /* plugin:SwiftLintBuildToolPlugin */;
};
DFD3A97E2F8E89DF001DA7CD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = DFD3A96F2F8E89DD001DA7CD /* DevLogWidgetExtension */;
Expand Down
1 change: 1 addition & 0 deletions Application/DevLogApp/Sources/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent_config: ../../../.swiftlint.yml
1 change: 1 addition & 0 deletions Application/DevLogApp/Tests/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent_config: ../../../.swiftlint-tests.yml
30 changes: 30 additions & 0 deletions Application/DevLogCore/DevLogCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
buildRules = (
);
dependencies = (
C0DEAA000000000000000001 /* PBXTargetDependency */,
);
name = DevLogCore;
productName = DevLogCore;
Expand All @@ -133,6 +134,9 @@
);
mainGroup = C0DE4BE90CB1A6B4CEDFCA61;
minimizedProjectReferenceProxies = 0;
packageReferences = (
C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = B66C037F848BDEE68DAC8902 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -167,6 +171,32 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
C0DEAA000000000000000001 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = C0DEAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */;
};
/* End PBXTargetDependency section */

/* Begin XCRemoteSwiftPackageReference section */
C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/realm/SwiftLint";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.62.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
C0DEAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */ = {
isa = XCSwiftPackageProductDependency;
package = C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */;
productName = "plugin:SwiftLintBuildToolPlugin";
};
/* End XCSwiftPackageProductDependency section */

/* Begin XCBuildConfiguration section */
0095EA3D0E3FC18B545418BE /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down
1 change: 1 addition & 0 deletions Application/DevLogCore/Sources/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent_config: ../../../.swiftlint.yml
32 changes: 32 additions & 0 deletions Application/DevLogData/DevLogData.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
buildRules = (
);
dependencies = (
DA7AAA000000000000000001 /* PBXTargetDependency */,
C2D9D7E526019AEF507D8EFD /* PBXTargetDependency */,
EAD8C47A731CEFD89B8D06EF /* PBXTargetDependency */,
);
Expand All @@ -377,6 +378,7 @@
buildRules = (
);
dependencies = (
DA7AAA000000000000000004 /* PBXTargetDependency */,
59B3918E35454521A69DAA14 /* PBXTargetDependency */,
);
name = DevLogDataTests;
Expand Down Expand Up @@ -409,6 +411,9 @@
);
mainGroup = FEAA5F036FEFF5A2BF2FD218;
minimizedProjectReferenceProxies = 0;
packageReferences = (
DA7AAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = 27CDFCFF9F1093391B8566A1 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -528,6 +533,14 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
DA7AAA000000000000000001 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = DA7AAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */;
};
DA7AAA000000000000000004 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = DA7AAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */;
};
C2D9D7E526019AEF507D8EFD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = DevLogDomain;
Expand All @@ -545,6 +558,25 @@
};
/* End PBXTargetDependency section */

/* Begin XCRemoteSwiftPackageReference section */
DA7AAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/realm/SwiftLint";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.62.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
DA7AAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */ = {
isa = XCSwiftPackageProductDependency;
package = DA7AAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */;
productName = "plugin:SwiftLintBuildToolPlugin";
};
/* End XCSwiftPackageProductDependency section */

/* Begin XCBuildConfiguration section */
1E63E77475382EF159DBD932 /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down
1 change: 1 addition & 0 deletions Application/DevLogData/Sources/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent_config: ../../../.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,5 @@ public protocol WidgetSnapshotUpdater {
quarterStart: Date,
now: Date
)
func updateHeatmapSnapshot(
createdTodos: [Todo],
completedTodos: [Todo],
deletedTodos: [Todo],
selectedActivityKinds: Set<ActivityKind>,
quarterStart: Date,
now: Date
)
func clear()
}
1 change: 1 addition & 0 deletions Application/DevLogData/Tests/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent_config: ../../../.swiftlint-tests.yml
32 changes: 32 additions & 0 deletions Application/DevLogDomain/DevLogDomain.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@
buildRules = (
);
dependencies = (
D011AA000000000000000001 /* PBXTargetDependency */,
C87AAAC2357E4D2820F6470A /* PBXTargetDependency */,
);
name = DevLogDomain;
Expand All @@ -831,6 +832,7 @@
buildRules = (
);
dependencies = (
D011AA000000000000000004 /* PBXTargetDependency */,
F8E77F4F6B984FA18618FEAF /* PBXTargetDependency */,
);
name = DevLogDomainTests;
Expand Down Expand Up @@ -862,6 +864,9 @@
Base,
);
mainGroup = 63B68BC59AF32C52B6CBF85B;
packageReferences = (
D011AA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */,
);
productRefGroup = B4BFBC14E31354BAE25BA2A4 /* Products */;
projectDirPath = "";
projectReferences = (
Expand Down Expand Up @@ -1048,6 +1053,14 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
D011AA000000000000000001 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = D011AA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */;
};
D011AA000000000000000004 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = D011AA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */;
};
C87AAAC2357E4D2820F6470A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = DevLogCore;
Expand All @@ -1060,6 +1073,25 @@
};
/* End PBXTargetDependency section */

/* Begin XCRemoteSwiftPackageReference section */
D011AA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/realm/SwiftLint";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.62.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
D011AA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */ = {
isa = XCSwiftPackageProductDependency;
package = D011AA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */;
productName = "plugin:SwiftLintBuildToolPlugin";
};
/* End XCSwiftPackageProductDependency section */

/* Begin XCBuildConfiguration section */
3A4C7479653B809907982EE0 /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down
1 change: 1 addition & 0 deletions Application/DevLogDomain/Sources/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent_config: ../../../.swiftlint.yml
1 change: 1 addition & 0 deletions Application/DevLogDomain/Tests/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent_config: ../../../.swiftlint-tests.yml
24 changes: 24 additions & 0 deletions Application/DevLogInfra/DevLogInfra.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@
buildRules = (
);
dependencies = (
1F4AAA000000000000000001 /* PBXTargetDependency */,
342FB70B2E884012B67F8B38 /* PBXTargetDependency */,
B62EE119F71162DAB0F9D034 /* PBXTargetDependency */,
B88888888888888888888888 /* PBXTargetDependency */,
Expand Down Expand Up @@ -316,6 +317,7 @@
buildRules = (
);
dependencies = (
1F4AAA000000000000000004 /* PBXTargetDependency */,
DD23C8A4110847EABDCAA271 /* PBXTargetDependency */,
);
name = DevLogInfraTests;
Expand Down Expand Up @@ -352,6 +354,7 @@
6A88F5113FA6A29A059E7035 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
7472E8F03A98CCC38B5332F2 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
13CD939395C6B0EEB80B46F6 /* XCRemoteSwiftPackageReference "Nexa" */,
1F4AAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = 0488BFD2A2F470EEE29679F1 /* Products */;
Expand Down Expand Up @@ -458,6 +461,14 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
1F4AAA000000000000000001 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 1F4AAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */;
};
1F4AAA000000000000000004 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 1F4AAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */;
};
342FB70B2E884012B67F8B38 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = DevLogDomain;
Expand Down Expand Up @@ -732,9 +743,22 @@
minimumVersion = 9.0.0;
};
};
1F4AAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/realm/SwiftLint";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.62.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
1F4AAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */ = {
isa = XCSwiftPackageProductDependency;
package = 1F4AAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */;
productName = "plugin:SwiftLintBuildToolPlugin";
};
172AF9DE3BC54E9E0B4EFD19 /* FirebaseFunctions */ = {
isa = XCSwiftPackageProductDependency;
package = 6A88F5113FA6A29A059E7035 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
Expand Down
1 change: 1 addition & 0 deletions Application/DevLogInfra/Sources/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent_config: ../../../.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,4 @@ struct AppleAuthResponse {
let credential: ASAuthorizationAppleIDCredential
let authorizationCode: Data
let idTokenString: String

init(
nonce: String,
credential: ASAuthorizationAppleIDCredential,
authorizationCode: Data,
idTokenString: String
) {
self.nonce = nonce
self.credential = credential
self.authorizationCode = authorizationCode
self.idTokenString = idTokenString
}
}
1 change: 1 addition & 0 deletions Application/DevLogInfra/Tests/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent_config: ../../../.swiftlint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@
buildRules = (
);
dependencies = (
9E51AA000000000000000001 /* PBXTargetDependency */,
083FDD9BBD997A11EED7ACA9 /* PBXTargetDependency */,
8C9EB60C8E58A67726AF0EF1 /* PBXTargetDependency */,
65214D4CBB998A4369598E01 /* PBXTargetDependency */,
Expand All @@ -302,6 +303,7 @@
buildRules = (
);
dependencies = (
9E51AA000000000000000004 /* PBXTargetDependency */,
369778EAD3564AB68A495DA7 /* PBXTargetDependency */,
91F9976158BA483A8B9BB434 /* PBXTargetDependency */,
E715970F49AF4988A793106D /* PBXTargetDependency */,
Expand Down Expand Up @@ -337,6 +339,9 @@
);
mainGroup = 9DC6ED43838A6F065422AA8B;
minimizedProjectReferenceProxies = 0;
packageReferences = (
9E51AA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = C96806E27CED4BE0CA95A9B0 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -440,6 +445,14 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
9E51AA000000000000000001 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 9E51AA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */;
};
9E51AA000000000000000004 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 9E51AA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */;
};
083FDD9BBD997A11EED7ACA9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = DevLogDomain;
Expand Down Expand Up @@ -487,6 +500,25 @@
};
/* End PBXTargetDependency section */

/* Begin XCRemoteSwiftPackageReference section */
9E51AA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/realm/SwiftLint";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.62.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
9E51AA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */ = {
isa = XCSwiftPackageProductDependency;
package = 9E51AA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */;
productName = "plugin:SwiftLintBuildToolPlugin";
};
/* End XCSwiftPackageProductDependency section */

/* Begin XCBuildConfiguration section */
3047117C7630A6B91F1477F5 /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down
1 change: 1 addition & 0 deletions Application/DevLogPersistence/Sources/.swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
parent_config: ../../../.swiftlint.yml
Loading