Skip to content

Commit 03dc903

Browse files
committed
Use 0.63 swiftlint instead!!
1 parent 5ecbd44 commit 03dc903

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

bitrise.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -742,17 +742,6 @@ workflows:
742742
sed -i '' 's/CODE_SIGN_IDENTITY = "iPhone Developer"/CODE_SIGN_IDENTITY = "iPhone Developer"/' project.pbxproj
743743
cd -
744744
title: Set xcodeproj code_sign_identity to iPhone Developer
745-
- script@1.2.1:
746-
title: Pin swiftlint version to 0.62.2 (Workaround)
747-
inputs:
748-
- content: |-
749-
OLD_SWIFTLINT_PATH=`which swiftlint`
750-
curl -L -o swiftlint.zip https://github.com/realm/SwiftLint/releases/download/0.62.2/portable_swiftlint.zip
751-
unzip swiftlint.zip -d swiftlint_bin
752-
chmod +x swiftlint_bin/swiftlint
753-
sudo mv swiftlint_bin/swiftlint $OLD_SWIFTLINT_PATH
754-
which swiftlint
755-
swiftlint version
756745
- script@1.2.1:
757746
inputs:
758747
- content: |-

0 commit comments

Comments
 (0)