We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As seen in
slither/slither/slither.py
Lines 61 to 64 in 0891f9a
build/contracts
However, this location can actually be customized; see https://truffleframework.com/docs/truffle/reference/configuration#contracts_build_directory.
I may try to submit a PR if I can find time this week.
The text was updated successfully, but these errors were encountered:
That's a good idea, thank you for reporting the limitation!
Sorry, something went wrong.
Add cli option: --truffle-build-directory to specify custom truffle b…
32646e7
…uild directory (fix #187)
f6bb905
Hi @Pneumaticat , I added the option --truffle-build-directory to specify a custom build path.
--truffle-build-directory
You can also set the option directly in slither config file, if you don't want to specify the flag at every run. Example of config:
$ cat slither.config.json { "truffle_build_directory":"custom/build_dir" }
Note that Slither could parse the information directly from truffle.js, but I used a solution that does not require JS parsing.
truffle.js
This feature will be present in the upcomig 0.6.2 release.
Awesome! Thanks ;)
No branches or pull requests
As seen in
slither/slither/slither.py
Lines 61 to 64 in 0891f9a
build/contracts
.However, this location can actually be customized; see https://truffleframework.com/docs/truffle/reference/configuration#contracts_build_directory.
I may try to submit a PR if I can find time this week.
The text was updated successfully, but these errors were encountered: