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 3
3
![ Packagist Version] ( https://img.shields.io/packagist/v/syndesi/cypher-data-structures )
4
4
![ Packagist Downloads] ( https://img.shields.io/packagist/dm/syndesi/cypher-data-structures )
5
5
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 )
14
6
[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/test_coverage )] ( https://codeclimate.com/github/Syndesi/cypher-data-structures/test_coverage )
15
7
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/maintainability )] ( https://codeclimate.com/github/Syndesi/cypher-data-structures/maintainability )
16
8
Original file line number Diff line number Diff line change 3
3
![ Packagist Version] ( https://img.shields.io/packagist/v/syndesi/cypher-data-structures )
4
4
![ Packagist Downloads] ( https://img.shields.io/packagist/dm/syndesi/cypher-data-structures )
5
5
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 )
14
6
[ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/test_coverage )] ( https://codeclimate.com/github/Syndesi/cypher-data-structures/test_coverage )
15
7
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/3a6aef038839e5bb5b59/maintainability )] ( https://codeclimate.com/github/Syndesi/cypher-data-structures/maintainability )
16
8
Original file line number Diff line number Diff line change 1
1
extends: default
2
2
3
-
4
3
ignore: |
5
4
vendor/
6
5
9
8
document-start:
10
9
present: false
11
10
12
- line-length:
13
- max: 120
14
- # allow-non-breakable-words: true
15
- # allow-non-breakable-inline-mappings: false
11
+ line-length: false
16
12
17
13
comments-indentation: false
18
14
truthy: false
15
+
16
+ indentation:
17
+ spaces: 2
You can’t perform that action at this time.
0 commit comments