Skip to content

Commit 9d85924

Browse files
authored
Merge pull request #89 from dasmer/daz/removeSwiftLintError
Convert SwiftLint Errors to Warnings instead
2 parents 4a50da5 + 2872101 commit 9d85924

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SentrySwift.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@
11161116
);
11171117
runOnlyForDeploymentPostprocessing = 0;
11181118
shellPath = /bin/sh;
1119-
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"error: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nexit 1\nfi";
1119+
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
11201120
};
11211121
63CDABD81DE2E8D200B63921 /* ShellScript */ = {
11221122
isa = PBXShellScriptBuildPhase;
@@ -1129,7 +1129,7 @@
11291129
);
11301130
runOnlyForDeploymentPostprocessing = 0;
11311131
shellPath = /bin/sh;
1132-
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"error: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
1132+
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
11331133
};
11341134
63CDABDF1DE2E8DB00B63921 /* ShellScript */ = {
11351135
isa = PBXShellScriptBuildPhase;
@@ -1142,7 +1142,7 @@
11421142
);
11431143
runOnlyForDeploymentPostprocessing = 0;
11441144
shellPath = /bin/sh;
1145-
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"error: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
1145+
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
11461146
};
11471147
63CDABE01DE2E8E200B63921 /* ShellScript */ = {
11481148
isa = PBXShellScriptBuildPhase;
@@ -1155,7 +1155,7 @@
11551155
);
11561156
runOnlyForDeploymentPostprocessing = 0;
11571157
shellPath = /bin/sh;
1158-
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"error: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
1158+
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
11591159
};
11601160
/* End PBXShellScriptBuildPhase section */
11611161

0 commit comments

Comments
 (0)