1 Star 0 Fork 0

Bran/openapi-sdk-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.scrutinizer.yml 1014 Bytes
一键复制 编辑 原始数据 按行查看 历史
宋神宗 提交于 2019-01-21 10:46 . Format YML
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
coverage:
tests:
override:
- command: composer test
coverage:
file: cache/coverage.clover
format: clover
filter:
excluded_paths:
- tests/*
checks:
php:
code_rating: true
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
order_alphabetically: true
fix_php_opening_tag: true
fix_linefeed: true
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true
tools:
external_code_coverage: false
php_code_coverage: true
php_code_sniffer:
config:
standard: PSR2
filter:
paths: ['src']
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
php_cpd:
enabled: true
excluded_dirs: [vendor, tests]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/branii/openapi-sdk-php.git
git@gitee.com:branii/openapi-sdk-php.git
branii
openapi-sdk-php
openapi-sdk-php
master

搜索帮助