Skip to content

Commit

Permalink
Update .editorconfig and grumphp file.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 22, 2020
1 parent 775ed53 commit a31a4a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
5 changes: 1 addition & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@

root = true

[*.{php,inc,module}]
[*.{php,json,json.dist,yml,yml.dist,yaml,yaml.dist}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.{json,json.dist,yml,yml.dist}]
indent_size = 4
30 changes: 15 additions & 15 deletions grumphp.yml.dist
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
imports:
- { resource: vendor/drupol/php-conventions/config/php71/grumphp.yml }
- { resource: vendor/drupol/php-conventions/config/php71/grumphp.yml }

parameters:
process_timeout: 600
extra_tasks:
phpspec:
verbose: true
metadata:
priority: 3000
infection:
threads: 10
test_framework: phpspec
configuration: infection.json.dist
min_msi: 50
min_covered_msi: 50
metadata:
priority: 2000
process_timeout: 600
extra_tasks:
phpspec:
verbose: true
metadata:
priority: 3000
infection:
threads: 10
test_framework: phpspec
configuration: infection.json.dist
min_msi: 50
min_covered_msi: 50
metadata:
priority: 2000

0 comments on commit a31a4a6

Please sign in to comment.