Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelvesavuori committed Jul 3, 2023
1 parent 612fbd7 commit 2e1b812
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,14 @@ Checks:
- Service metadata: Do you link to observability resources (logs/metrics/traces/dashboards etc.)?
- Did you update docs (Markdown)?
- Did you update API schema (YAML/JSON)?
- More ArchUnit/fitness functions kind of support?
- Ensure console.log() is not used
- Ensure imports following acceptable conventions
- No cyclic methods/dependencies
- Ensure there are tests
- Documentation coverage
- Ensure methods/functions are below a certain threshold in terms of lines of code
- Support for external config

Tech:

Expand Down

0 comments on commit 2e1b812

Please sign in to comment.