Super-Linter fails to lint PHP #839
albertemozo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Super-Linter works great for inspecting the template repo, but after you create a project from it and run it once, so you have the Composer files, it starts failing.
Currently, there's a PHP version mismatch and missing extensions.
Super-Linter doesn't provide an easy way to deal with this problem.
I'm planning to disable the PHP-related checks in Super-Linter and rely on the project containers to run that kind of checks, but for the sake of the developer experience this could be considered in the template, so users don't clash with these issues. Today it's PHP version and extensions, but generally speaking any kind of conflicts with Super-Linter can arise once the project is initialized.
Beta Was this translation helpful? Give feedback.
All reactions