diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-11 09:52:55 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-16 16:17:56 +0200 |
commit | f920dfe09b15e101bc4bdf7052afe116c6872742 (patch) | |
tree | f8f88c76c126ee5d5ab793c0a5d5385851775e42 /autotest-checkers.sh | |
parent | 7ec58479f98ef6c8021c079ad701aebecd0fbea7 (diff) | |
download | nextcloud-server-f920dfe09b15e101bc4bdf7052afe116c6872742.tar.gz nextcloud-server-f920dfe09b15e101bc4bdf7052afe116c6872742.zip |
Skip the code checking for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'autotest-checkers.sh')
-rwxr-xr-x | autotest-checkers.sh | 2 |
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 |