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

Add CI configuration #157

Merged
merged 13 commits into from
Nov 8, 2023
Merged

Add CI configuration #157

merged 13 commits into from
Nov 8, 2023

Conversation

trasher
Copy link
Contributor

@trasher trasher commented Nov 8, 2023

No description provided.

inc/taginjection.class.php Outdated Show resolved Hide resolved
@cedric-anne
Copy link
Contributor

You should try to add the following conf in the phpstan.neon file:

    ignoreErrors:
        - '/Call to deprecated method queryOrDie() of class DBmysql/'
        - '/Class PluginTagTagInjection implements unknown interface PluginDatainjectionInjectionInterface/'

@trasher
Copy link
Contributor Author

trasher commented Nov 8, 2023

You should try to add the following conf in the phpstan.neon file:

    ignoreErrors:
        - '/Call to deprecated method queryOrDie() of class DBmysql/'
        - '/Class PluginTagTagInjection implements unknown interface PluginDatainjectionInjectionInterface/'

That does not work either:

Error message "Class PluginTagTagInjection implements unknown interface PluginDatainjectionInjectionInterface." cannot be ignored, use excludePaths instead.

@trasher trasher requested a review from cedric-anne November 8, 2023 10:20
@cedric-anne cedric-anne changed the title Feature/ci Add CI configuration Nov 8, 2023
@cedric-anne cedric-anne merged commit d96b83a into develop Nov 8, 2023
5 checks passed
@cedric-anne cedric-anne deleted the feature/ci branch November 8, 2023 13:47
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