Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gtkacz authored Sep 13, 2024
1 parent 867c1e8 commit 119c233
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Scan with a minimum confidence of 80%, excluding specific directories, and using
- name: Run Vulture
uses: gtkacz/vulture-action@1.0.0
with:
args: '. --min-confidence 80 --exclude "tests,docs,build" --verbose'
args: '--min-confidence 80 --exclude "tests,docs,build" --verbose'
```

### Scanning Specific Files or Directories
Expand All @@ -67,18 +67,7 @@ Scan only the `src` directory:
- name: Run Vulture
uses: gtkacz/vulture-action@v1
with:
src: 'src'
```

### Using a Configuration File

If you have a `vulture_config.py` file in your repository:

```yaml
- name: Run Vulture
uses: gtkacz/vulture-action@1.0.0
with:
args: '--make-whitelist vulture_config.py'
src: 'package'
```

## Contributing
Expand Down

0 comments on commit 119c233

Please sign in to comment.