Skip to content

Commit 5a2e9db

Browse files
committed
Add errors to eth_capabilities, alphabetize lint rules, ignore schema-title
1 parent c28a0f1 commit 5a2e9db

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

openrpc-lint.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
extends: [recommended]
22
rules:
3+
error-description:
4+
severity: ignore
5+
example-description:
6+
severity: ignore
37
method-description:
48
severity: ignore
9+
method-summary-length:
10+
severity: ignore
511
result-description:
612
severity: ignore
713
schema-description:
814
severity: ignore
9-
error-description:
10-
severity: ignore
11-
example-description:
12-
severity: ignore
13-
method-summary-length:
15+
schema-title:
1416
severity: ignore

src/eth/capabilities.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
current head block and retention policies for each resource type. This is
66
useful for RPC routers to determine which historical queries a node can serve.
77
params: []
8+
errors: []
89
result:
910
name: Capabilities
1011
schema:

0 commit comments

Comments
 (0)