Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude .venv subfolder for lint-markdown.sh (#544)
## Ticket Resolves: [lint-markdown.sh](https://github.com/navapbc/template-infra/blob/main/bin/lint-markdown.sh) unnecessarily analyzes `md` files under `.venv/`. ## Changes Exclude files under `*/.venv/` from being analyzed by adding the arguments `-not -path "*/.venv/*"`. ## Context for reviewers Similar to #543 ## Testing - Instantiate the `infra` and `flask` templates into a single repo. - Set up the flask application so that a `.venv` subfolder is populated - Run `bin/lint-markdown.sh` and ensure the `md` files under the `.venv` subfolder are not analyzed
- Loading branch information