pull/1494/head
Josselin Feist 2 years ago
parent 53dfeddbb2
commit 04949548e9
  1. 6
      slither/tools/documentation/README.md
  2. 2
      slither/tools/documentation/__main__.py

@ -1,6 +1,6 @@
# Demo
# slither-documentation
This directory contains an example of Slither utility.
`slither-documentation` uses [codex](https://beta.openai.com) to generate natspec documenation.
See the [utility documentation](https://github.com/crytic/slither/wiki/Adding-a-new-utility)
This tool is experimental. See https://github.com/montyly/solmate/pull/1 for an example of usage.

@ -211,7 +211,7 @@ def _handle_compilation_unit(
for scope in compilation_unit.scopes.values():
# TODO remove hardcoded filtering
# Dont send tests file
if (
".t.sol" in scope.filename.absolute
or "mock" in scope.filename.absolute.lower()

Loading…
Cancel
Save