Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 1.08 KB

Slither.md

File metadata and controls

21 lines (15 loc) · 1.08 KB

Slither

Run run-slither to analyze the contracts.

To disable warnings add a code comment, for example

// slither-disable-next-line variable-scope

The configuration file is slither.config.json.

The slither github workflow file is .github/workflows/slither.yml.