Allow semgrep yaml files and test files to be in separate directories
It would be useful to separate test files and rule files https://github.com/semgrep/rules-nodejsscan/tree/with_tests/rules
especially when packing and updating rules dynamically.
Can we have support for python -m semgrep --quiet --json --test --rules <rules> --src <source_code>
@colleend We'll need to think about this a bit with the changes we're making to load examples into the registry
@ajinabraham yay! Can you please confirm the changes @mschwager made in #2221 work for your needs and if not, please reopen. It should roll out in our release next week.
Most helpful comment
@colleend We'll need to think about this a bit with the changes we're making to load examples into the registry