We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70acbf commit f99799eCopy full SHA for f99799e
1 file changed
scripts/swiftlint.sh
@@ -23,7 +23,7 @@ fi
23
if [ "$mode" = "fix" ]; then
24
$CMD --fix
25
elif [ "$mode" = "lint" ]; then
26
- $CMD --strict
+ $CMD --strict --no-cache
27
else
28
echo "Invalid mode. Use 'fix' or 'lint'."
29
exit 1
0 commit comments