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)?
|
That's what I proposed in the beginning. I can do that. |
|
@darkspirit510 - When do you think you can make this last fix? |
|
@davewichers Weekend :-) Maybe friday, but more likely Saturday. |
|
@davewichers done. |
As requested via mail, this PR disables the warning snakeyml introduced in one of the latest updates.