You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Field names should avoid using names that are likely to conflict with keywords in common programming languages, such as new, class, function, import, etc. Reserved keywords can cause hardship for developers using the API in that language.
parthea
changed the title
Feature Request : Add linter for AIP 140 - Reserved terms
Feature Request : Update the list of reserved words in AIP 140
Mar 7, 2024
From https://google.aip.dev/140#reserved-words,
The reserved words list exists here
api-linter/rules/aip0140/reserved_words.go
Lines 40 to 122 in f438ca3
However some reserved words, for example
type
, are missing from the list.The text was updated successfully, but these errors were encountered: