Skip to content

Commit 23768aa

Browse files
committed
Fix GitHub Action, fix Readme.
1 parent bb62a64 commit 23768aa

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

Readme.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
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

docs/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
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

tests/.yamllint

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
extends: default
22

3-
43
ignore: |
54
vendor/
65

@@ -9,10 +8,10 @@ rules:
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

0 commit comments

Comments
 (0)