Skip to content

Commit 8442eb1

Browse files
committed
wip
1 parent 3171154 commit 8442eb1

File tree

4 files changed

+0
-35
lines changed

4 files changed

+0
-35
lines changed

Diff for: .github/workflows/formatting.yml

-10
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
- name: Install composer dependencies
2828
uses: ramsey/composer-install@v3
2929

30-
- name: Install aspell
31-
run: |
32-
sudo apt-get update
33-
sudo apt-get install -y aspell
34-
3530
- name: Run Pint
3631
run: |
3732
vendor/bin/pint
@@ -41,8 +36,3 @@ jobs:
4136
run: |
4237
vendor/bin/rector
4338
git diff --exit-code
44-
45-
- name: Run Peck
46-
run: |
47-
vendor/bin/peck
48-
git diff --exit-code

Diff for: bin/git-hooks/formatting

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ main() {
1313
_header "Running rector..."
1414
vendor/bin/rector process --no-diffs
1515

16-
_header "Running Peck..."
17-
vendor/bin/peck
18-
1916
files_after_format=$(git diff --name-only --diff-filter=d)
2017

2118
# Find files fixed by pint by comparing file lists before and after pint run

Diff for: composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"mockery/mockery": "^1.6",
4040
"symplify/rule-doc-generator-contracts": "^11.2",
4141
"phpstan/phpdoc-parser": "^1.24",
42-
"peckphp/peck": "^0.1.1",
4342
"spatie/laravel-ray": "^1.39"
4443
},
4544
"autoload-dev": {

Diff for: peck.json

-21
This file was deleted.

0 commit comments

Comments
 (0)