Skip to content

Commit

Permalink
swiftlint re-aneabled
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocappelli committed Dec 11, 2023
1 parent 865d7d6 commit 75fb570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9074,7 +9074,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/zsh;
shellScript = "if [ \"$ENABLE_PREVIEWS\" = \"YES\" ]; then exit 0; fi\n#./lint.sh\n";
shellScript = "if [ \"$ENABLE_PREVIEWS\" = \"YES\" ]; then exit 0; fi\n./lint.sh\n";
};
B6BD8F0A2A260E5900B6A41F /* embed libswift_Concurrency.dylib */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit 75fb570

Please sign in to comment.