Skip to content

Commit a035084

Browse files
Refactor FXIOS-11111 Make SwiftLint pre-push use --quiet (#24229)
[FXIOS-11111] Make Swiftlint pre-push hook quiet
1 parent f0ab544 commit a035084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.githooks/pre-push

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
echo "Starting Swiftlint Check..."
4-
swiftlint --strict
4+
swiftlint --strict --quiet
55
RESULT=$?
66

77
if [ $RESULT -ne 0 ]; then

0 commit comments

Comments
 (0)