You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My basic goal is to run the universal profile, with a few useful googlefonts checks added in, and have it create a single ghmarkdown file of check results.
So, I’m trying to use the check-universal profile with an --configuration argument pointing to a YAML file, but I’m having issues.
However, I can only get that to work with the check-universal profile if I only have the exclude_checks list. If I include both lists, it seems to run zero checks.
Or, I can get it to work with the check-googlefonts profile, but then it is only checking the few explicit checks.
My goal is to:
Run almost all the checks in the universal profile, except for a few that don’t make sense for a current family.
Add in a few useful checks from other profiles.
So, a couple of questions:
Am I using the right approach, or should I be doing something else?
Is there an example config.yaml file somewhere? So far, I have only found an example of a Python config list in the docs, and some very basic yaml in the code tests. It might be helpful if there were a moderately complex config.yaml example that I could reference.
Can I pull in googlefonts checks if I’m running checks-universal?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My basic goal is to run the universal profile, with a few useful googlefonts checks added in, and have it create a single ghmarkdown file of check results.
So, I’m trying to use the
check-universal
profile with an--configuration
argument pointing to a YAML file, but I’m having issues.I have a config.yaml file that looks like this:
And I’m running it like this:
However, I can only get that to work with the
check-universal
profile if I only have theexclude_checks
list. If I include both lists, it seems to run zero checks.Or, I can get it to work with the
check-googlefonts
profile, but then it is only checking the few explicit checks.My goal is to:
So, a couple of questions:
config.yaml
file somewhere? So far, I have only found an example of a Python config list in the docs, and some very basic yaml in the code tests. It might be helpful if there were a moderately complex config.yaml example that I could reference.checks-universal
?Thanks so much for any insights!
Beta Was this translation helpful? Give feedback.
All reactions