Skip to content

Commit

Permalink
Remove swiftlint script
Browse files Browse the repository at this point in the history
  • Loading branch information
funzin committed Jun 25, 2018
1 parent bc82852 commit ee45bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sica.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"SwiftLint does not exist, download from https://github.com/realm/SwiftLint\"\nfi";
shellScript = "";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit ee45bd1

Please sign in to comment.