Skip to content

Commit

Permalink
chore: improve .api-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Mar 15, 2021
1 parent e0d20ac commit e4ed741
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .api-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
- 'core::0123::resource-annotation' # We are not Google, so we don't use it.
- 'core::0131::request-name-reference' # We are not Google, so we don't use it.
- 'core::0131::method-signature' # Not useful in Go code.
- 'core::0132::request-parent-required' # We mostly use top-level resources.
- 'core::0133::method-signature' # Not useful in Go code.
- 'core::0133::http-uri-parent' # We mostly use top-level resources.
- 'core::0133::request-parent-required' # We mostly use top-level resources.
- 'core::0134::method-signature' # Not useful in Go code.
- 'core::0140::uri' # We prefer to name field with URLs as url, not uri.
- 'core::0191::java-outer-classname' # We don't use Java.
- 'core::0191::java-multiple-files' # We don't use Java.
Expand Down

0 comments on commit e4ed741

Please sign in to comment.