Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Update README.md to pass linting
Browse files Browse the repository at this point in the history
  • Loading branch information
annervisser committed Aug 14, 2023
1 parent 379dfa9 commit 02aa302
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# PHP Application employing DDD and onion architecture

### TODO

Check failure on line 3 in README.md

View workflow job for this annotation

GitHub Actions / QA Checks (README Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Heading levels should only increment by one level at a time [Expected: h2; Actual: h3]

- [x] php 8.1
Expand All @@ -17,15 +19,18 @@
- [ ] Serializing

#### Security

- [ ] CORS
- [ ] samesite cookies

#### Code quality

- [x] psalm
- [x] phpstan
- [x] php cs

#### Testing

- [x] phpunit
- [x] infection testing
- [ ] integration testing
Expand All @@ -39,6 +44,7 @@
- https://github.com/imbo/behat-api-extension

#### Performance

- [x] doctrine Change tracking policy: explicit
- [ ] DI compilation
- [ ] DI define autowired classes for compilation (automagically?)
Expand Down

0 comments on commit 02aa302

Please sign in to comment.