Skip to content

Commit f4a75be

Browse files
committed
Remove swiftlint
1 parent 228f927 commit f4a75be

File tree

2 files changed

+0
-45
lines changed

2 files changed

+0
-45
lines changed

.swiftlint.yml

-10
This file was deleted.

OperationalTransformation.xcodeproj/project.pbxproj

-35
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
21A739AB1D1712DF006CE2C7 /* Operation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Operation.swift; sourceTree = "<group>"; };
5050
21A739AC1D1712DF006CE2C7 /* TransportController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransportController.swift; sourceTree = "<group>"; };
5151
21A739AE1D1712DF006CE2C7 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
52-
21A739AF1D1712DF006CE2C7 /* index.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = index.js; sourceTree = "<group>"; };
5352
21A739B01D1712DF006CE2C7 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5453
21A739B11D1712DF006CE2C7 /* OperationTransport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OperationTransport.h; sourceTree = "<group>"; };
5554
21A739B21D1712DF006CE2C7 /* Tests-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
@@ -126,7 +125,6 @@
126125
isa = PBXGroup;
127126
children = (
128127
21A739AE1D1712DF006CE2C7 /* index.html */,
129-
21A739AF1D1712DF006CE2C7 /* index.js */,
130128
21A739B01D1712DF006CE2C7 /* Info.plist */,
131129
21A739B11D1712DF006CE2C7 /* OperationTransport.h */,
132130
21A739B21D1712DF006CE2C7 /* Tests-Info.plist */,
@@ -172,7 +170,6 @@
172170
215E6D211C7520BD00126FE9 /* Frameworks */,
173171
215E6D221C7520BD00126FE9 /* Headers */,
174172
215E6D231C7520BD00126FE9 /* Resources */,
175-
215E6D701C75349D00126FE9 /* Swift Lint */,
176173
);
177174
buildRules = (
178175
);
@@ -209,7 +206,6 @@
209206
215E6D4F1C7532E200126FE9 /* Frameworks */,
210207
215E6D501C7532E200126FE9 /* Headers */,
211208
215E6D511C7532E200126FE9 /* Resources */,
212-
215E6D6F1C75349300126FE9 /* Swift Lint */,
213209
);
214210
buildRules = (
215211
);
@@ -315,37 +311,6 @@
315311
};
316312
/* End PBXResourcesBuildPhase section */
317313

318-
/* Begin PBXShellScriptBuildPhase section */
319-
215E6D6F1C75349300126FE9 /* Swift Lint */ = {
320-
isa = PBXShellScriptBuildPhase;
321-
buildActionMask = 2147483647;
322-
files = (
323-
);
324-
inputPaths = (
325-
);
326-
name = "Swift Lint";
327-
outputPaths = (
328-
);
329-
runOnlyForDeploymentPostprocessing = 0;
330-
shellPath = /bin/sh;
331-
shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nelse\n echo \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi";
332-
};
333-
215E6D701C75349D00126FE9 /* Swift Lint */ = {
334-
isa = PBXShellScriptBuildPhase;
335-
buildActionMask = 2147483647;
336-
files = (
337-
);
338-
inputPaths = (
339-
);
340-
name = "Swift Lint";
341-
outputPaths = (
342-
);
343-
runOnlyForDeploymentPostprocessing = 0;
344-
shellPath = /bin/sh;
345-
shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nelse\n echo \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi";
346-
};
347-
/* End PBXShellScriptBuildPhase section */
348-
349314
/* Begin PBXSourcesBuildPhase section */
350315
215E6D201C7520BD00126FE9 /* Sources */ = {
351316
isa = PBXSourcesBuildPhase;

0 commit comments

Comments
 (0)