Feature: Added all value objects with tests #7
ci.yml
on: push
Validate composer configuration
3s
Review dependency changes
0s
Run static analysis and code style checks
19s
Run security vulnerability checks
16s
Matrix: tests
Annotations
7 errors and 3 warnings
PossiblyUnusedMethod:
src/Contracts/ValueObject.php#L13
src/Contracts/ValueObject.php:13:21: PossiblyUnusedMethod: Cannot find any calls to method Fkrzski\RobotsTxt\Contracts\ValueObject::equals (see https://psalm.dev/087)
|
UnusedClass:
src/ValueObjects/CrawlDelay.php#L10
src/ValueObjects/CrawlDelay.php:10:22: UnusedClass: Class Fkrzski\RobotsTxt\ValueObjects\CrawlDelay is never used (see https://psalm.dev/075)
|
UnusedClass:
src/ValueObjects/Path.php#L10
src/ValueObjects/Path.php:10:22: UnusedClass: Class Fkrzski\RobotsTxt\ValueObjects\Path is never used (see https://psalm.dev/075)
|
UnusedClass:
src/ValueObjects/Rule.php#L10
src/ValueObjects/Rule.php:10:22: UnusedClass: Class Fkrzski\RobotsTxt\ValueObjects\Rule is never used (see https://psalm.dev/075)
|
UnusedClass:
src/ValueObjects/Sitemap.php#L10
src/ValueObjects/Sitemap.php:10:22: UnusedClass: Class Fkrzski\RobotsTxt\ValueObjects\Sitemap is never used (see https://psalm.dev/075)
|
UnusedClass:
src/ValueObjects/UserAgent.php#L10
src/ValueObjects/UserAgent.php:10:22: UnusedClass: Class Fkrzski\RobotsTxt\ValueObjects\UserAgent is never used (see https://psalm.dev/075)
|
Run static analysis and code style checks
Process completed with exit code 2.
|
Validate composer configuration
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run security vulnerability checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run static analysis and code style checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|