Skip to content

Commit

Permalink
s/sami/sugared-sami/
Browse files Browse the repository at this point in the history
  • Loading branch information
schnittstabil committed Apr 8, 2016
1 parent d8ded87 commit 1b67be8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ ratings:
- "**.inc"
exclude_paths:
- "tests/**/*"
- ".codeclimate.yml"
4 changes: 1 addition & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
tests/ export-ignore
.codeclimate.yml export-ignore
.coveralls.yml export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
makefile export-ignore
phpunit.xml.dist export-ignore
license export-ignore
readme.md export-ignore
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,21 @@
}
],
"require-dev": {
"codeclimate/php-test-reporter": "^0.2.0",
"codeclimate/php-test-reporter": "^0.3.0",
"fabpot/php-cs-fixer": "^1.10",
"halleck45/phpmetrics": "^1.8",
"phpmd/phpmd": "^2.3",
"pdepend/pdepend": "dev-fix-namespaced-consts-and-functions as 2.0",
"satooshi/php-coveralls": "^0.6.1",
"satooshi/php-coveralls": "^1.0",
"schnittstabil/sugared-phpunit": "^0.2.0",
"squizlabs/php_codesniffer": "^2.5"
},
"scripts": {
"clean": "rm -rf build/",
"doc": [
"sugared-sami",
"phpmetrics --report-html build/phpmetrics/metrics.html src/"
],
"lint": [
"phpcs -s --standard=PSR1,PSR2 src/ tests/",
"phpmd src text cleancode,codesize,controversial,design,naming,unusedcode",
Expand Down

0 comments on commit 1b67be8

Please sign in to comment.