You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@ This command will format:
33
33
- Solidity files using the configuration specified in `foundry.toml`.
34
34
- TOML files using a hardcoded configuration that indents keys and sorts them alphabetically to improve readability.
35
35
36
+
**Flags:**
37
+
-`--check`: Show changes without modifying files (dry run mode)
38
+
36
39
### `scopelint check`
37
40
38
41
This command ensures that development [best practices](https://book.getfoundry.sh/tutorials/best-practices) are consistently followed by validating that:
0 commit comments