Skip to content

Commit

Permalink
[#227] Fix Codacy error
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Jan 17, 2024
1 parent 3ecdcfb commit 8397d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ $ pdd [--verbose] [--quiet] [--remove] [--skip-gitignore] [--skip-errors] \
| --skip-errors | Suppress error as warning and skip badly formatted puzzles (do not skip broken rules) |
| --source <project-path> | Source directory to parse ("." by default) |
| --file puzzles.xml | File to save report into into (xml of html) (displayed in console by default) |
| --include src/*.py | Glob pattern to exclude (can be used several times) |
| --exclude src/*.java | Glob pattern to include (can be used several times) |
| --include *.py | Glob pattern to exclude (can be used several times) |
| --exclude *.java | Glob pattern to include (can be used several times) |
| --format xml | Format of the report xml or html (xml is default) |
| --rule min-words:5 | Rule to apply (can be used several times), described later |

Expand Down

0 comments on commit 8397d5f

Please sign in to comment.