-
Notifications
You must be signed in to change notification settings - Fork 70
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
Travis and local sniffs out of alignment #1620
Comments
There's another issue of tests that used to pass are failing now. |
I'm proposing to update the documentation (see above PR). In the version of ISLE i've got ( |
Group felt that we should be using at least Drupal, and ideally Drupal & Drupal Practice. @rosiel can you update your documentation PR to reflect this? |
to start https://github.com/Islandora/islandora_ci/blob/main/travis_scripts.sh#L16 would have to include |
At the moment, it appears that phpcs is failing on the very line @elizoller pointed above. The error is "ERROR: Referenced sniff "SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator" does not exist" Does anyone know why this is happening? |
Noticed this on Islandora/islandora#756
Travis seems to be using a different version of the Drupal sniff than what I've got locally. I'm using ISLE, but it riffs off of the playbook so they may very well be the same version.
We either need to lock everything down or bite the bullet and update to the newest sniff and get into alignment. Might also be worth considering the
DrupalPractice
sniff now if we really want to step it up.The text was updated successfully, but these errors were encountered: