Skip to content

Commit 86f38f6

Browse files
idalithbbenface
andauthored
Update website/src/pages/en/subgraphs/guides/subgraph-linter.mdx
Co-authored-by: Benoît Rouleau <benoit.rouleau@icloud.com>
1 parent 0379fbd commit 86f38f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/src/pages/en/subgraphs/guides/subgraph-linter.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Run Subgraph Linter when you want to detect handler and mapping issues that don'
1616
- Optional values force-unwrapped without checks
1717
- Divisions without guaranteeing a non-zero denominator
1818
- `@derivedFrom` fields mutated directly or left stale
19-
- Contract calls are used without being declared in the manifest These bugs usually compile fine, but crash at runtime or silently produce incorrect data. Subgraph Linter performs static analysis on your mapping code to detect these issues before deploying the subgraph.
19+
- Contract calls are used without being declared in the manifest
20+
21+
These bugs usually compile fine, but crash at runtime or silently produce incorrect data. Subgraph Linter performs static analysis on your mapping code to detect these issues before deploying the subgraph.
2022

2123
## How it works
2224

0 commit comments

Comments
 (0)