Skip to content

Commit a9e0114

Browse files
eugeniatelidalithb
andauthored
Update website/src/pages/en/subgraphs/guides/subgraph-linter.mdx
Co-authored-by: Idalith <126833353+idalithb@users.noreply.github.com>
1 parent 79144c1 commit a9e0114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebarTitle: Static Analysis with Subgraph Linter
55

66
[Subgraph Linter](https://github.com/graphops/subgraph-linter) is a static analysis tool for The Graph subgraphs. It analyzes your subgraph code before deployment and surfaces common patterns that lead to runtime crashes, corrupted entity state, silent data errors, or unnecessary performance overhead.
77

8-
Instead of discovering issues after deploying and indexing (or worse, after production failures), Subgraph Linter complements existing tooling to help you catch problems locally while you write code. It does not replace testing (either runtime or via unit tests), but it can dramatically reduce the class of bugs that ever make it to production deployments.
8+
It complements existing tools by helping you catch problems locally while writing code, rather than discovering them after deployment or in production. It does not replace testing (runtime or unit tests), but it can reduce the number of bugs that make it to production.
99

1010
## Why run Subgraph Linter?
1111

0 commit comments

Comments
 (0)