PHP Classes

File: vendor/phpdocumentor/reflection-common/.scrutinizer.yml

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   vendor/phpdocumentor/reflection-common/.scrutinizer.yml   Download  
File: vendor/phpdocumentor/reflection-common/.scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 4 years ago
Size: 1,165 bytes
 

Contents

Class file image Download
before_commands: - "composer install --no-dev --prefer-source" checks: php: excluded_dependencies: - phpstan/phpstan tools: external_code_coverage: enabled: true timeout: 300 filter: excluded_paths: ["tests", "vendor"] php_code_sniffer: enabled: true config: standard: PSR2 filter: paths: ["src/*", "tests/*"] excluded_paths: [] php_cpd: enabled: true excluded_dirs: ["tests", "vendor"] php_cs_fixer: enabled: true config: level: all filter: paths: ["src/*", "tests/*"] php_loc: enabled: true excluded_dirs: ["tests", "vendor"] php_mess_detector: enabled: true config: ruleset: phpmd.xml.dist design_rules: { eval_expression: false } filter: paths: ["src/*"] php_pdepend: enabled: true excluded_dirs: ["tests", "vendor"] php_analyzer: enabled: true filter: paths: ["src/*", "tests/*"] sensiolabs_security_checker: true