/home/techb158/ileadtechnology.com/SSM/vendor/phpoffice/phpspreadsheet
NameSizeModeActions
bin/-0755rm
docs/-0755rm
samples/-0755rm
src/-0755rm
.gitattributes840644editdlrm
.gitignore1080644editdlrm
.php_cs.dist85410644editdlrm
.sami.php7120644editdlrm
.scrutinizer.yml8590644editdlrm
.travis.yml16470644editdlrm
CHANGELOG.md282920644editdlrm
CHANGELOG.PHPExcel.md1554000644editdlrm
composer.json27550644editdlrm
composer.lock1258180644editdlrm
CONTRIBUTING.md8420644editdlrm
LICENSE10790644editdlrm
mkdocs.yml1750644editdlrm
phpunit.xml.dist8260644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/phpoffice/phpspreadsheet/.scrutinizer.yml (859B)
checks: php: true coding_style: php: spaces: before_parentheses: closure_definition: true around_operators: concatenation: true build: nodes: analysis: tests: override: - php-scrutinizer-run tools: external_code_coverage: timeout: 3600 build_failure_conditions: - 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed - 'issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity - 'project.metric_change("scrutinizer.test_coverage", < 0)' # Code Coverage decreased from previous inspection - 'patches.label("Unused Use Statements").new.exists' # No new unused imports patches allowed