Skip to content
Open
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
3 changes: 3 additions & 0 deletions docs/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ Solidity Tools
* `Scaffold-ETH 2 <https://github.com/scaffold-eth/scaffold-eth-2>`_
Forkable Ethereum development stack focused on fast product iterations.

* `Slippy <https://github.com/fvictorio/slippy>`_
A simple and powerful linter for Solidity.

* `sol2uml <https://www.npmjs.com/package/sol2uml>`_
Unified Modeling Language (UML) class diagram generator for Solidity contracts.

Expand Down
1 change: 1 addition & 0 deletions scripts/codespell_whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ nd
compilability
keypair
wast
Slippy
Copy link
Collaborator

@cameel cameel Dec 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Slippy
slippy

For some reason chk_spelling job is still failing. It's reporting a lower-case variant there, so maybe this will fix the problem.