diff options
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, |