Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ChristophWurst/nextcloud_sentry i…
Browse files Browse the repository at this point in the history
…nto refactor/mozart
  • Loading branch information
ChristophWurst committed May 26, 2020
2 parents 7280cf5 + 47551e5 commit 3fad9f8
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 284 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"coenjacobs/mozart": "^0.5.1"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -exec php -l \"{}\" \\;",
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
"test:integration": "phpunit -c tests/phpunit.integration.xml tests/Integration --fail-on-warning",
"test:integration:dev": "phpunit -c tests/phpunit.integration.xml tests/Integration --no-coverage --fail-on-warning",
"test:unit": "phpunit -c tests/phpunit.unit.xml tests/Unit --fail-on-warning",
Expand Down
Loading

0 comments on commit 3fad9f8

Please sign in to comment.