Skip to content

Commit

Permalink
Markdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Mar 26, 2024
1 parent dd944b6 commit fc199f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ rules with `--tags` and `--exclude-tags` command line options.
* Path conditions:
* `files` which require presence of specific path patterns in the directory.
* `nofiles` which require absence thereof.

Each requires one or more shell pattern (e.g. `*.py` or `/src/*.c*` or
`**/tests/*.rs`) and allows exclusions (prefixed by `!`). Backslash
escaping and quotes are allowed like in shell (`"program output "\[[0-9]\].txt`
Expand Down

0 comments on commit fc199f5

Please sign in to comment.