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: update default plugin-check configuration to include comparison yaml files #574

Merged
merged 8 commits into from
Dec 2, 2024

Conversation

chrispcampbell
Copy link
Contributor

Fixes #571

This fixes the plugin-check package to read comparison definitions from **/comparisons/*.yaml and changes the glob patterns so that we read the check definitions from the new preferred location **/checks/*.yaml.

This also updates the create package to generate a sample comparisons.yaml file and updates the location of the sample checks.yaml file to match the new preferred location.

I also updated the hello-world and sir examples to use the new recommended directory structure and yaml file naming.

@chrispcampbell chrispcampbell changed the title fix: read comparison yaml files in default plugin-check configuration fix: update default plugin-check configuration to include comparison yaml files Dec 2, 2024
@chrispcampbell chrispcampbell merged commit 24f5e56 into main Dec 2, 2024
6 checks passed
@chrispcampbell chrispcampbell deleted the chris/571-comparison-yaml-files branch December 2, 2024 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include comparison yaml files in default configuration
1 participant