-
Notifications
You must be signed in to change notification settings - Fork 56
Disable snakeyml warning for duplicate keys #175
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
base: main
Are you sure you want to change the base?
Disable snakeyml warning for duplicate keys #175
Conversation
I think this only happens during testing. Can we do this for just the test cases, but not normal use? |
This will also happen if you provide a custom config file for Benchmark run (which I guess no one actually does, but it's supported via CLI parameter, theoretically). |
OK. Regardless, I'd prefer to only disable this during the tests. Can you make that change? |
@darkspirit510 - are you going to address my comment on this PR from 3 weeks ago? |
@davewichers Vacation ahead, will fix it within the next days 😉 |
I'm still seeing these warnings for this test: Can you eliminate the warnings for this test too? |
Done 👍 |
I noticed 2 more things when running createScorecard.sh: Can you eliminate this Usage message when its being used properly (i.e., only show this if something is wrong with the invocation)?
|
As requested via mail, this PR disables the warning snakeyml introduced in one of the latest updates.