From 68413a3b1d08bfd23c3210329840e0e72c709711 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 31 May 2023 13:59:56 +0200 Subject: [PATCH] chore: minor static files update --- .editorconfig | 1 - .gitattributes | 24 +++++++++++++++++------- .gitignore | 2 +- composer.json | 2 +- 4 files changed, 19 insertions(+), 10 deletions(-) diff --git a/.editorconfig b/.editorconfig index a2f160e..da915ed 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,6 @@ charset = utf-8 end_of_line = lf indent_size = 4 indent_style = space -insert_final_newline = true max_line_length = 120 trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 484493d..bad468b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,19 @@ +/.github export-ignore /spec export-ignore -.editorconfig export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.envrc export-ignore -infection.json.dist export-ignore -grumphp.yml.dist export-ignore -phpspec.yml.dist export-ignore /tests export-ignore +/.auto-changelog export-ignore +/.editorconfig export-ignore +/.envrc export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.prettierignore export-ignore +/.prettierrc export-ignore +/CHANGELOG.md export-ignore +/LICENSE export-ignore +/README.md export-ignore +/grumphp.yml export-ignore +/infection.json export-ignore +/phpspec.yml export-ignore +/phpstan.neon export-ignore +/psalm.xml export-ignore +/renovate.json export-ignore diff --git a/.gitignore b/.gitignore index 8b595cc..8b7c4cd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ /example/ /.idea/ /test.php - +/.php_cs.cache diff --git a/composer.json b/composer.json index 099e780..ef8b1c5 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ext-pcov": "*", "drupol/php-conventions": "^5", "friends-of-phpspec/phpspec-code-coverage": "^6", - "infection/infection": "^0.26", + "infection/infection": "^0.27", "infection/phpspec-adapter": "^0.2.0", "phpspec/phpspec": "^7", "phpstan/phpstan-strict-rules": "^1.0.0"