Skip to content

api-linter 1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 20:13
c61575b

Features

  • Add rules for AIP-144 HTTP method, HTTP body, request message name (#695)
  • Declarative-friendly resources should avoid custom methods. (#693)
  • Add rule to require Undelete methods for declarative-friendly resources (#689)
  • Add rule for required standard fields. (#686)

Fixes

  • Correct handling of top-level resources in parent-field lints (#691)
  • Include missing tests for AddRules in AIP-128 and AIP-164 (#688)

Other

  • Extract common lints into the util package to eliminate redundancy (#687)