| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/public_html/lrsys_apps/gasch/application/plugins/modulo_fiscal/nfephp/ |
Upload File : |
build:
environment:
php: '5.6.0'
php: '7.0.0'
before_commands:
- "composer install --prefer-source"
tools:
external_code_coverage:
enabled: false
timeout: 300
filter:
excluded_paths:
- 'certs/*'
- 'config/*'
- 'exemplos/*'
- 'images/*'
- 'install/*'
- 'libs/Extras/*'
- 'schemes/*'
- 'tests/*'
- 'vendor/*'
php_code_coverage:
enabled: true
filter:
excluded_paths:
- 'certs/*'
- 'config/*'
- 'exemplos/*'
- 'images/*'
- 'install/*'
- 'libs/Extras/*'
- 'schemes/*'
- 'tests/*'
- 'vendor/*'
php_code_sniffer:
enabled: true
config:
standard: PSR2
sniffs:
generic:
files:
one_class_per_file_sniff: false
filter:
excluded_paths:
- 'certs/*'
- 'config/*'
- 'exemplos/*'
- 'images/*'
- 'install/*'
- 'libs/Extras/*'
- 'schemes/*'
- 'tests/*'
- 'vendor/*'
# Copy/Paste Detector
php_cpd:
enabled: true
excluded_dirs:
- certs
- config
- exemplos
- images
- install
- libs/Extras
- schemes
- tests
- vendor
# PHP CS Fixer (http://http://cs.sensiolabs.org/).
php_cs_fixer:
enabled: true
config:
level: psr2
filter:
excluded_paths:
- 'certs/*'
- 'config/*'
- 'exemplos/*'
- 'images/*'
- 'install/*'
- 'libs/Extras/*'
- 'schemes/*'
- 'tests/*'
- 'vendor/*'
# Analyzes the size and structure of a PHP project.
php_loc:
enabled: true
excluded_dirs:
- certs
- config
- exemplos
- images
- install
- libs/Extras
- schemes
- tests
- vendor
# PHP Mess Detector (http://phpmd.org).
php_mess_detector:
enabled: true
config:
rulesets:
- codesize
- unusedcode
- naming
- design
naming_rules:
short_variable: { minimum: 2 }
filter:
excluded_paths:
- 'certs/*'
- 'config/*'
- 'exemplos/*'
- 'images/*'
- 'install/*'
- 'libs/Extras/*'
- 'schemes/*'
- 'tests/*'
- 'vendor/*'
# Analyzes the size and structure of a PHP project.
php_pdepend:
enabled: true
excluded_dirs:
- certs
- config
- exemplos
- images
- install
- libs/Extras
- schemes
- tests
- vendor
# Runs Scrutinizer's PHP Analyzer Tool
# https://scrutinizer-ci.com/docs/tools/php/php-analyzer/config_reference
php_analyzer:
enabled: true
config:
checkstyle:
enabled: true
naming:
enabled: true
property_name: ^[_a-zA-Z][a-zA-Z0-9_]*$ #Allow underscores & caps
method_name: ^(?:[_a-zA-Z]|__)[a-zA-Z0-9_]*$ #Allow underscores & caps
parameter_name: ^[a-z][a-zA-Z0-9_]*$ # Allow underscores
local_variable: ^[a-zA-Z][a-zA-Z0-9_]*$ #Allow underscores & caps
exception_name: ^[a-zA-Z][a-zA-Z0-9]*Exception$
isser_method_name: ^(?:[_a-zA-Z]|__)[a-zA-Z0-9]*$ #Allow underscores & caps
filter:
excluded_paths:
- 'certs/*'
- 'config/*'
- 'exemplos/*'
- 'images/*'
- 'install/*'
- 'libs/Extras/*'
- 'schemes/*'
- 'tests/*'
- 'vendor/*'
# Security Advisory Checker
sensiolabs_security_checker: true