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 /core/Command/App | |
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 'core/Command/App')
-rw-r--r-- | core/Command/App/CheckCode.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/Command/App/CheckCode.php b/core/Command/App/CheckCode.php index f787529bef9..22a1984b1b3 100644 --- a/core/Command/App/CheckCode.php +++ b/core/Command/App/CheckCode.php @@ -72,6 +72,12 @@ class CheckCode extends Command implements CompletionAwareInterface { [ 'private', 'deprecation', 'strong-comparison' ] ) ->addOption( + '--skip-checkers', + null, + InputOption::VALUE_NONE, + 'skips the the code checkers to only check info.xml, language and database schema' + ) + ->addOption( '--skip-validate-info', null, InputOption::VALUE_NONE, |