rust-vmm / rust-vmm-ci

Apache License 2.0
18 stars 33 forks source link

Fix `exclude path` parsing and update documentation. #137

Closed stefano-garzarella closed 10 months ago

stefano-garzarella commented 10 months ago

Summary of the PR

We don't want the shell to interpret the contents of exclude_path, but we want it all used as a single string for --ignore-filename-regex, so let's put it between double quotes.

Let's also update the exclude_path description to prevent multiple files from being separated by comma.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

stefano-garzarella commented 10 months ago

I forgot to update the examples! I will do in v2.

stefano-garzarella commented 10 months ago

v2:

stefano-garzarella commented 10 months ago

v3: