Skip to content

Commit

Permalink
Remove php cs fixer and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 1, 2020
1 parent b8ea372 commit 61b8b01
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 649 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/code-style.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/cache@v1
with:
path: ~/.composer/cache/files
key: dependencies-composer-${{ hashFiles('composer.json') }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
/vendor
.env
.phpunit.result.cache
.php_cs.cache
44 changes: 0 additions & 44 deletions .php_cs.dist

This file was deleted.

6 changes: 0 additions & 6 deletions .prettierrc

This file was deleted.

4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"yarri/link-finder": "^2.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"barryvdh/laravel-debugbar": "^3.3",
"fzaninotto/faker": "^1.9",
"laravel/browser-kit-testing": "^6.0",
Expand Down Expand Up @@ -66,9 +65,6 @@
}
},
"scripts": {
"format": [
"vendor/bin/php-cs-fixer fix"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
Expand Down
Loading

0 comments on commit 61b8b01

Please sign in to comment.