ydb-platform / ydb-platform/ydb-php-sdk

feat: Check php syntax for all php files in CI

Open
#71 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
PHP
Stars
39
Forks
19
Avg merge
1d 15h
Merged PRs (30d)
2

Description

Feature Request

Describe the Feature Request

Now checked only php files, used in tests. It is not all SDK files. Need check all files for syntax fine.

Describe Preferred Solution Run php -l (syntax check) for all php files in CI.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the repository's CI configuration and reviewing how PHP files used in tests are currently checked. Extend that CI check to run php -l for every PHP file in the SDK, then verify that the workflow passes for valid files and fails for a syntax error.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
ci-cd
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.