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

DEV-71: Replace drupal-check with phpstan #240

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

byrond
Copy link
Contributor

@byrond byrond commented Sep 24, 2024

Replaces drupal-check with phpstan.

See https://palantir.atlassian.net/browse/DEV-71

Testing instructions

composer require --dev palantirnet/the-build:dev-DEV-71-replace-drupal-check-with-phpstan
vendor/bin/the-build-installer
  • This should result in adding a phpstan.neon file in your project root. In the new file, there should be include paths with the correct web root for your project.
  • Running vendor/bin/phing code-review should now include phpstan and not include drupal-check
  • Running vendor/bin/phpstan analyse should do the same thing (use the new phpstan.neon to scan custom code)

@byrond byrond force-pushed the DEV-71-replace-drupal-check-with-phpstan branch from f67a1bb to b1f828b Compare September 24, 2024 21:33
@byrond byrond changed the base branch from develop to 4.0.x September 24, 2024 21:33
@becw becw force-pushed the DEV-71-replace-drupal-check-with-phpstan branch from 4ae9b56 to bc372eb Compare February 20, 2025 21:58
@becw becw changed the base branch from 4.0.x to develop February 20, 2025 21:59
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.

2 participants