Skip to content
Snippets Groups Projects

#3495008 Add .gitlab-ci for continious integration

Open #3495008 Add .gitlab-ci for continious integration
2 unresolved threads
2 unresolved threads

Closes #3495008

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 parameters:
2 ignoreErrors:
  • phpstan.neon 0 → 100644
    1 includes:
    2 - phpstan-baseline.neon
    3 parameters:
    4 level: 8
  • A lot has been added to the PR. It looks very good to me (big improvement of dx), except for the phpstan ignore code which seemed excessive. I guess it could also be done in a follow up, but probably still better to be taken on here.

  • Author Maintainer

    Thank you for your feedback. The PHPStan baseline file was added intentionally to establish a basic pipeline with code checks that prevent new code from being committed unless it passes these checks, while allowing the existing code to remain unchanged for now.

    If you feel strongly about resolving the ignored PHPStan errors in this merge request, I’d be happy to accept any contributions addressing them.

  • Please register or sign in to reply
    Loading