File tree Expand file tree Collapse file tree 3 files changed +4
-21
lines changed Expand file tree Collapse file tree 3 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 33![ Packagist Version] ( https://img.shields.io/packagist/v/syndesi/cypher-data-structures )
44![ Packagist Downloads] ( https://img.shields.io/packagist/dm/syndesi/cypher-data-structures )
55
6- [ ![ Unit Tests] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-unit-test.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-unit-test.yml )
7- [ ![ Mutant Test] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-mutant-test.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-mutant-test.yml )
8- [ ![ Leak Tests] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-leak-test.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-leak-test.yml )
9- [ ![ PHPStan] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-phpstan.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-phpstan.yml )
10- [ ![ Psalm] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-psalm.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-psalm.yml )
11- [ ![ Code Style] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-code-style.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-code-style.yml )
12- [ ![ YML lint] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-yml-lint.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-yml-lint.yml )
13- [ ![ Markdown lint] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-markdown-lint.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-markdown-lint.yml )
146[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/test_coverage )] ( https://codeclimate.com/github/Syndesi/cypher-data-structures/test_coverage )
157[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/maintainability )] ( https://codeclimate.com/github/Syndesi/cypher-data-structures/maintainability )
168
Original file line number Diff line number Diff line change 33![ Packagist Version] ( https://img.shields.io/packagist/v/syndesi/cypher-data-structures )
44![ Packagist Downloads] ( https://img.shields.io/packagist/dm/syndesi/cypher-data-structures )
55
6- [ ![ Unit Tests] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-unit-test.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-unit-test.yml )
7- [ ![ Mutant Test] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-mutant-test.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-mutant-test.yml )
8- [ ![ Leak Tests] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-leak-test.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-leak-test.yml )
9- [ ![ PHPStan] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-phpstan.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-phpstan.yml )
10- [ ![ Psalm] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-psalm.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-psalm.yml )
11- [ ![ Code Style] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-code-style.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-code-style.yml )
12- [ ![ YML lint] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-yml-lint.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-yml-lint.yml )
13- [ ![ Markdown lint] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-markdown-lint.yml/badge.svg )] ( https://github.com/neo4j-php/cypher-data-structures/actions/workflows/ci-markdown-lint.yml )
146[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/test_coverage )] ( https://codeclimate.com/github/Syndesi/cypher-data-structures/test_coverage )
157[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/maintainability )] ( https://codeclimate.com/github/Syndesi/cypher-data-structures/maintainability )
168
Original file line number Diff line number Diff line change 11extends: default
22
3-
43ignore: |
54 vendor/
65
98 document-start:
109 present: false
1110
12- line-length:
13- max: 120
14- # allow-non-breakable-words: true
15- # allow-non-breakable-inline-mappings: false
11+ line-length: false
1612
1713 comments-indentation: false
1814 truthy: false
15+
16+ indentation:
17+ spaces: 2
You can’t perform that action at this time.
0 commit comments