Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'autotest-checkers.sh')
-rwxr-xr-xautotest-checkers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest-checkers.sh b/autotest-checkers.sh
index 295b3729bf1..d6a45373879 100755
--- a/autotest-checkers.sh
+++ b/autotest-checkers.sh
@@ -29,7 +29,7 @@ for app in $(find "apps/" -mindepth 1 -maxdepth 1 -type d -printf '%f\n'); do
[ "$app" == "updatenotification" ] || \
[ "$app" == "user_ldap" ]
then
- ./occ app:check-code -c strong-comparison "$app"
+ ./occ app:check-code --skip-checkers "$app"
else
./occ app:check-code "$app"
fi