Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions DOCUMENTATION_INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,15 @@

### Finding Code Documentation

**[docs/rules/s003-arithmetic-overflow.md](docs/rules/s003-arithmetic-overflow.md)** - S003: Arithmetic Overflow / Underflow Detection

- Unchecked arithmetic operation detection (+, -, *, /, %, compound assignments)
- Custom math method detection (mul_div, fixed_point_*)
- Test code and index expression exclusions
- Comprehensive remediation guidance with checked/saturating alternatives
- Deduplication strategy and output formats
- Known limitations and configuration options

**[docs/rules/s012-sep41-interface.md](docs/rules/s012-sep41-interface.md)** - S012: SEP-41 Token Interface Compliance

- Complete SEP-41 standard interface verification
Expand Down
Loading
Loading