Skip to content

Commit

Permalink
chore: Update static configuration dev files.
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
  • Loading branch information
drupol committed Nov 12, 2020
1 parent dd01c4e commit 0d3b268
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
/vendor
/build
/.php_cs.cache
/example/
/examples/
/.idea/
/test.php
/phpspec.yml
/examples/
/node_modules/
/benchmarks/
6 changes: 3 additions & 3 deletions grumphp.yml.dist → grumphp.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
imports:
- { resource: vendor/drupol/php-conventions/config/php71/grumphp.yml }
- { resource: vendor/drupol/php-conventions/config/php73/grumphp.yml }

parameters:
tasks.phpcsfixer2.config: .php_cs.dist
tasks.phpcsfixer.config: .php_cs.dist
extra_tasks:
psalm:
show_info: true
Expand All @@ -11,6 +11,6 @@ parameters:
infection:
threads: 10
test_framework: phpspec
configuration: infection.json.dist
configuration: infection.json
min_msi: 90
min_covered_msi: 90
File renamed without changes.
File renamed without changes.

0 comments on commit 0d3b268

Please sign in to comment.