For someone using Hackolade CLI in Docker-based CI/CD pipelines:
What is the recommended pattern for enforcing naming convention validation as a build gate?
Do you fail the pipeline on any verification error? Do you differentiate between warnings and blocking violations? Is there a structured way to extract verification output for automated reporting?
I’m trying to implement governance-first automation and would appreciate real-world patterns.