Skip to content

Commit

Permalink
House cleaning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebin committed Oct 5, 2020
1 parent 296ed0c commit c8a81e3
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 3,036 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Ignore all test and documentation with “export-ignore”.
.gitattributes export-ignore
.gitignore export-ignore
.idea export-ignore
.php_cs export-ignore
.travis.yml export-ignore
.github export-ignore
README.md export-ignore
phpunit.xml export-ignore
phpstan.neon export-ignore
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
env:
CODECOV_TOKEN: 'de38eee4-bbc9-43bc-811c-c96a7d6ec3b6'
ecs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# see https://github.com/shivammathur/setup-php
- uses: shivammathur/setup-php@v1
with:
php-version: 7.3
php-version: 7.4
coverage: none
- run: composer install --no-progress
- run: composer php-cs-fixer-dry-run
Expand All @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v1
with:
php-version: 7.3
php-version: 7.4
coverage: none
- run: composer install --no-progress
- run: composer phpstan
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
**/.idea/workspace.xml
**/.idea/tasks.xml
**/.idea/*.iws
**/.idea/dataSources.local.xml
**/.idea/dictionaries
/vendor/
/.php_cs.cache
/.phpunit.result.cache
/tests-report-html/
/composer.lock
/coverage.xml
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

61 changes: 0 additions & 61 deletions .idea/atom-generator.iml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/composerJson.xml

This file was deleted.

129 changes: 0 additions & 129 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

72 changes: 0 additions & 72 deletions .idea/php.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Loading

0 comments on commit c8a81e3

Please sign in to comment.