forked from temporalio/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi-linter.yaml
40 lines (36 loc) · 1.2 KB
/
api-linter.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
- included_paths:
- '**/*.proto'
disabled_rules:
- 'core::0192::has-comments'
- included_paths:
- '**/message.proto'
disabled_rules:
- 'core::0122::name-suffix'
- 'core::0123::resource-annotation'
- included_paths:
- '**/workflowservice/v1/request_response.proto'
- '**/operatorservice/v1/request_response.proto'
disabled_rules:
- 'core::0122::name-suffix'
- 'core::0131::request-name-required'
- 'core::0131::request-unknown-fields'
- 'core::0132::request-parent-required'
- 'core::0132::request-unknown-fields'
- 'core::0132::response-unknown-fields'
- 'core::0134::request-unknown-fields'
- 'core::0158::request-page-size-field'
- 'core::0158::request-page-token-field'
- 'core::0158::response-next-page-token-field'
- 'core::0158::response-plural-first-field'
- 'core::0158::response-repeated-first-field'
- included_paths:
- '**/workflowservice/v1/service.proto'
- '**/operatorservice/v1/service.proto'
disabled_rules:
- 'core::0127::http-annotation'
- 'core::0131::method-signature'
- 'core::0131::response-message-name'
- included_paths:
- 'dependencies/gogoproto/gogo.proto'
disabled_rules:
- 'all'