Skip to content

Commit 2f7e264

Browse files
committed
Scrutinizer
1 parent 5c1190e commit 2f7e264

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.scrutinizer.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
build:
2+
tests:
3+
override:
4+
-
5+
command: bin/phpunit --coverage-clover my-coverage-file -c tests
6+
coverage:
7+
file: my-coverage-file
8+
format: php-clover
9+
10+
checks:
11+
php:
12+
code_rating: true
13+
duplication: true
14+
15+
filter:
16+
excluded_paths:
17+
- "src/SixtyNine/DataTypes/Tests/*"
18+
19+
tools:
20+
php_mess_detector: true
21+
php_cs_fixer: true
22+
sensiolabs_security_checker: true
23+
php_cpd: true
24+
php_loc: true
25+
php_hhvm: true
26+
php_code_sniffer: true
27+
php_sim: true
28+
php_changetracking: true
29+
php_pdepend: true
30+
php_analyzer: true

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![Build Status](https://secure.travis-ci.org/sixty-nine/php-data-types.png)](https://travis-ci.org/sixty-nine/php-data-types)
2+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/sixty-nine/php-data-types/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/sixty-nine/php-data-types/?branch=master)
3+
[![Code Coverage](https://scrutinizer-ci.com/g/sixty-nine/php-data-types/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/sixty-nine/php-data-types/?branch=master)
24

35
Advanced data types for PHP to avoid re-inventing the wheel at each project.
46

0 commit comments

Comments
 (0)