Skip to content

Commit

Permalink
Merge pull request #30 from Kpler/feat/PTFM-9207/implement-additional…
Browse files Browse the repository at this point in the history
…-checks-for-topic-name

 feat: add new check for topic name compliance in gitops validation
  • Loading branch information
yannrouillard authored Feb 5, 2024
2 parents c579893 + 5de7ad9 commit 5bdeea0
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 154 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
stages: [commit]
always_run: true
pass_filenames: false
additional_dependencies:
- jsonschema==4.19.0
- requests==2.31.0
- ruamel-yaml==0.17.32
- urllib3==1.26.15
- pyyaml==6.0.1
- termcolor==2.4.0
- semver==3.0.2


- id: kafka-check-schemas
name: Check if local Kafka Schemas are up to date with code
Expand Down
Loading

0 comments on commit 5bdeea0

Please sign in to comment.