Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding PHPStan #193

Merged
merged 13 commits into from
Apr 7, 2023
Merged

Adding PHPStan #193

merged 13 commits into from
Apr 7, 2023

Conversation

srtfisher
Copy link
Member

@srtfisher srtfisher commented Apr 7, 2023

Adds PHPStan set to the maximum level to help with code debugging.

Also fixes #135

Copy link
Contributor

@renatonascalves renatonascalves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗡️

- cron: '0 0 * * *'

jobs:
coding-quality:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
coding-quality:
code-quality:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something I forgot to update in the original repo.

composer.json Outdated
@@ -21,7 +21,8 @@
"require-dev": {
"alleyinteractive/alley-coding-standards": "^1.0",
"mantle-framework/testkit": "^0.10",
"nunomaduro/collision": "^5.0"
"nunomaduro/collision": "^5.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required? Since @mantle-framework/testkit already bundles it...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed!

@srtfisher srtfisher enabled auto-merge April 7, 2023 21:00
@srtfisher srtfisher disabled auto-merge April 7, 2023 21:24
@srtfisher srtfisher enabled auto-merge April 7, 2023 21:25
@srtfisher srtfisher merged commit e9838f0 into develop Apr 7, 2023
@srtfisher srtfisher deleted the phpstan branch April 7, 2023 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete .phpcs cache directory when rolling up to parent
3 participants