Skip to content

Commit

Permalink
Merge pull request #25 from bearsunday/ci-files
Browse files Browse the repository at this point in the history
Update Ci files
  • Loading branch information
koriym committed Jan 22, 2022
2 parents f1a5017 + 8c55a08 commit a855849
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 84 deletions.
22 changes: 6 additions & 16 deletions .scrutinizer.yml
@@ -1,18 +1,8 @@
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
filter:
paths: ["src/*"]
tools:
external_code_coverage: true
php_code_coverage: true
php_sim: true
php_mess_detector: true
php_pdepend: true
php_analyzer: true
php_cpd: true
php_mess_detector:
enabled: true
config:
ruleset: ./phpmd.xml
php_code_sniffer:
enabled: true
config:
ruleset: ./phpcs.xml
54 changes: 0 additions & 54 deletions .travis.yml

This file was deleted.

14 changes: 0 additions & 14 deletions README.md
Expand Up @@ -42,7 +42,6 @@ Local install
* [phpmd.xml](https://phpmd.org/documentation/creating-a-ruleset.html)
* [phpunit.xml](https://phpunit.de/manual/current/en/index.html)
* [.php_cs](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
* [.travis.yml](https://docs.travis-ci.com/user/customizing-the-build)
* [.scrutinizer.yml](https://scrutinizer-ci.com/docs/guides/php/)

# Usage
Expand Down Expand Up @@ -81,16 +80,3 @@ phpcpd
phpmetrics

phpmetrics --report-html=build/metrics/ --extensions=php src,composer.json,composer.lock --junit=build/logs/junit.xml

### Security

security-checker

security-checker security:check

### CI build

```
phpbuild
```

0 comments on commit a855849

Please sign in to comment.