summaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-06-09 14:20:44 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-07-05 13:02:16 +0200
commit3b267b165f738c50d375a5e988d4ca1892019eb5 (patch)
tree4d11f0f10a71e9edc27697fa8def72566b75c765 /core/Command
parentfe6e8c2710a4df0aedc9dd4d2323ed009a53a763 (diff)
downloadnextcloud-server-3b267b165f738c50d375a5e988d4ca1892019eb5.tar.gz
nextcloud-server-3b267b165f738c50d375a5e988d4ca1892019eb5.zip
Check the migration files for table, column and index length errors
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/App/CheckCode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/App/CheckCode.php b/core/Command/App/CheckCode.php
index 48662409dcf..a7ef9024326 100644
--- a/core/Command/App/CheckCode.php
+++ b/core/Command/App/CheckCode.php
@@ -97,7 +97,7 @@ class CheckCode extends Command implements CompletionAwareInterface {
$checkList = new $checkerClass($checkList);
}
- $codeChecker = new CodeChecker($checkList);
+ $codeChecker = new CodeChecker($checkList, !$input->getOption('skip-validate-info'));
$codeChecker->listen('CodeChecker', 'analyseFileBegin', function($params) use ($output) {
if(OutputInterface::VERBOSITY_VERBOSE <= $output->getVerbosity()) {