Skip to content

[PoC] Custom ActiveQuery collections based on an attribute #54

[PoC] Custom ActiveQuery collections based on an attribute

[PoC] Custom ActiveQuery collections based on an attribute #54

Triggered via pull request May 9, 2024 16:51
Status Failure
Total duration 39s
Artifacts

integrate.yml

on: pull_request
commit-linting
12s
commit-linting
markdown-linting
3s
markdown-linting
Matrix: code-coverage
Matrix: coding-standards
Matrix: dependency-analysis
Matrix: mutation-testing
Matrix: security-analysis
Matrix: static-analysis
Fit to window
Zoom out
Zoom in

Annotations

17 errors
Fenced code blocks should be surrounded by blank lines: docs/active-entities/defining-entities.md#L67
docs/active-entities/defining-entities.md:67 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md
Fenced code blocks should be surrounded by blank lines: docs/active-entities/defining-entities.md#L104
docs/active-entities/defining-entities.md:104 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md
Multiple consecutive blank lines: docs/active-entities/defining-entities.md#L108
docs/active-entities/defining-entities.md:108 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
Fenced code blocks should be surrounded by blank lines: docs/active-entities/retrieving-entities.md#L23
docs/active-entities/retrieving-entities.md:23 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md
Fenced code blocks should be surrounded by blank lines: docs/active-entities/retrieving-entities.md#L39
docs/active-entities/retrieving-entities.md:39 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md
Heading levels should only increment by one level at a time: docs/active-entities/retrieving-entities.md#L43
docs/active-entities/retrieving-entities.md:43 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md001.md
Multiple consecutive blank lines: docs/active-entities/retrieving-entities.md#L76
docs/active-entities/retrieving-entities.md:76 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
Multiple consecutive blank lines: docs/active-entities/retrieving-entities.md#L77
docs/active-entities/retrieving-entities.md:77 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 3] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
Multiple consecutive blank lines: docs/active-entities/retrieving-entities.md#L78
docs/active-entities/retrieving-entities.md:78 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 4] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
Heading levels should only increment by one level at a time: docs/active-queries/query-classes.md#L7
docs/active-queries/query-classes.md:7 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md001.md
static-analysis (ubuntu-latest, 8.2, locked): src/Query/ActiveQuery.php#L45
Unreachable statement - code above always terminates.
static-analysis (ubuntu-latest, 8.2, locked): tests/src/Query/ActiveQueryTest.php#L11
Syntax error, unexpected T_USE, expecting ';' on line 11
static-analysis (ubuntu-latest, 8.2, locked)
Process completed with exit code 1.
dependency-analysis (ubuntu-latest, 8.2, locked)
Process completed with exit code 1.
mutation-testing (ubuntu-latest, 8.2, locked)
Process completed with exit code 1.
coding-standards (ubuntu-latest, 8.2, locked)
Process completed with exit code 4.
code-coverage (ubuntu-latest, 8.2, locked)
Process completed with exit code 255.