We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f65704 commit 30d4030Copy full SHA for 30d4030
1 file changed
Scripts/lint.sh
@@ -75,6 +75,8 @@ $PACKAGE_DIR/Scripts/header.sh -d $PACKAGE_DIR/Sources -c "Leo Dion" -o "Bright
75
run_command $MINT_RUN swiftlint lint $SWIFTLINT_OPTIONS
76
run_command $MINT_RUN swift-format lint --recursive --parallel $SWIFTFORMAT_OPTIONS Sources Tests
77
78
-run_command $MINT_RUN periphery scan $PERIPHERY_OPTIONS --disable-update-check
+if [ -z "$CI" ]; then
79
+ run_command $MINT_RUN periphery scan $PERIPHERY_OPTIONS --disable-update-check
80
+fi
81
82
popd
0 commit comments