Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurfaro committed Jan 22, 2024
1 parent 92d6332 commit 94cb782
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,3 @@ Hunter ignores the following directories by default:
`./temp`, `./target`, `./test`, `./lib`, `./script`

If you want to test source files in any of these directories, simply cd into the directory and run the `hunter scan` command from there.

## Extending Hunter to support other languages

It should be relatively straightforward to add support for a new language to Hunter.
The primary place you'll need to make modifications is in `src/config.rs`. Search for the `@extendable` tag in the comments to see where you'll need to make changes.
The Rust compiler should guide you to any other places you need to modify.

0 comments on commit 94cb782

Please sign in to comment.