refactor: Move OS definitions into yaml files (#5189)

This commit is contained in:
Neil Lathwood
2016-12-23 17:53:19 +00:00
committed by GitHub
parent 6d027c5753
commit f5a16be0e3
315 changed files with 10839 additions and 2868 deletions

View File

@@ -113,6 +113,7 @@ function check_lint($passthru = false, $command_only = false)
$lint_excludes = array('vendor/');
if (defined('HHVM_VERSION') || version_compare(PHP_VERSION, '5.6', '<')) {
$lint_excludes[] = 'lib/influxdb-php/';
$lint_excludes[] = 'lib/yaml/vendor/composer/autoload_static.php';
}
$lint_exclude = build_excludes('--exclude ', $lint_excludes);