yq: allow any filename in srcs#496
Conversation
|
I think that we automatically set some It would be great if you could add some tests for different input types but without extensions to test that nothing broke there. |
2e6a06c to
41cf704
Compare
|
@kormide sure, added for a smattering of test cases for yaml and json with different-than-expected file extensions. seems to work fine, PTAL and see if there's some combination i missed here. |
Thanks. LGTM with a minor nit: can you remove the |
41cf704 to
ea6ce6f
Compare
|
how about i change the test names instead? really meant wrong or different- "no" in the sense of "no hints from the extension". naming! |
|
thanks! meant to circle back and fix that up. |
|
Thanks for contributing @pjjw !! |
And take the opportunity to reformat docs using a more modern Stardoc release
we have a number of files in our repository that are yaml, despite not having a .yaml suffix in their filename, and this filter prevents us from using the yq rule on them.
Type of change
Test plan