Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use different level for skipped schemas #296

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 10, 2021

  1. fix: use different level for skipped schemas

    lets not use the same warning level for skipped schemas as we do for actual validation errors
    
    so that its easy to tell the output difference between actual schema validation errors versus CRD kinds that are skipped
    jstrachan committed May 10, 2021
    Configuration menu
    Copy the full SHA
    7884cfb View commit details
    Browse the repository at this point in the history
  2. fix: add logging levels

    so we can hide PASS/INFO level logs to just see the warnings only if you are validating lots of files
    jstrachan committed May 10, 2021
    Configuration menu
    Copy the full SHA
    fd90be1 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. fix: allow helm source comments to be disabled

    so that the real file name is used in error reporting
    jstrachan committed May 11, 2021
    Configuration menu
    Copy the full SHA
    f187db0 View commit details
    Browse the repository at this point in the history