diff --git a/.gitattributes b/.gitattributes index b54410f..f374f97 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,6 @@ # Ignore all test and documentation with "export-ignore". /.gitattributes export-ignore /.gitignore export-ignore -/pint.json export-ignore /phpunit.xml.dist export-ignore /.scrutinizer.yml export-ignore /tests export-ignore diff --git a/pint.json b/pint.json deleted file mode 100644 index b5a32c8..0000000 --- a/pint.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "preset": "laravel", - "rules": { - "binary_operator_spaces": { - "operators": { - "=>": "align" - } - }, - "is_null": true, - "no_superfluous_elseif": true, - "no_superfluous_phpdoc_tags": false, - "no_useless_else": true, - "yoda_style": { - "always_move_variable": true, - "equal": false, - "identical": false, - "less_and_greater": false - } - } -}