PHP Classes

File: vendor/phpdocumentor/type-resolver/.scrutinizer.yml

Recommend this page to a friend!
  Classes of Renato De Oliveira Lucena   PHP Pokemon Script   vendor/phpdocumentor/type-resolver/.scrutinizer.yml   Download  
File: vendor/phpdocumentor/type-resolver/.scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 years ago
Size: 796 bytes
 

Contents

Class file image Download
before_commands: - "composer install --no-dev --prefer-source" tools: external_code_coverage: true php_code_sniffer: config: standard: PSR2 filter: paths: ["src/*", "tests/*"] php_cpd: enabled: true excluded_dirs: ["tests", "vendor"] 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