Skip to content

Commit

Permalink
chore: add one extra exception for flows-static-consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrouillard committed Mar 26, 2024
1 parent a9b0945 commit be43fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kp_pre_commit_hooks/gitops-values-validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class ServiceInstanceConfigValidator:
"'flows-staticdata-consumer-coal' does not match the service folder name 'flows-staticdata-consumer'",
"'flows-staticdata-consumer-lpg' does not match the service folder name 'flows-staticdata-consumer'",
"'flows-staticdata-consumer-lng' does not match the service folder name 'flows-staticdata-consumer'",
"'flows-staticdata-consumer-commodities' is too long, the maximum length is 36",
]
},
"stream-merge-and-apply-matches-import-bol": {
Expand Down

0 comments on commit be43fb2

Please sign in to comment.