We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28a0f1 commit 5a2e9dbCopy full SHA for 5a2e9db
2 files changed
openrpc-lint.yml
@@ -1,14 +1,16 @@
1
extends: [recommended]
2
rules:
3
+ error-description:
4
+ severity: ignore
5
+ example-description:
6
7
method-description:
8
severity: ignore
9
+ method-summary-length:
10
11
result-description:
12
13
schema-description:
14
- error-description:
- severity: ignore
- example-description:
- method-summary-length:
15
+ schema-title:
16
src/eth/capabilities.yaml
@@ -5,6 +5,7 @@
current head block and retention policies for each resource type. This is
useful for RPC routers to determine which historical queries a node can serve.
params: []
+ errors: []
result:
name: Capabilities
schema:
0 commit comments