Skip to content

Commit

Permalink
Fix based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan committed Dec 10, 2021
1 parent 63c9e8f commit 567d25a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions specification/common/attribute-naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ Names SHOULD follow these rules:

## Name Reuse Prohibition

It is prohibited to introduce a new attribute with a name that matches a name of
an attribute that existed in the past but was renamed (with a corresponding
schema file).
A new attribute MUST NOT be added with the same name as an attribute that
existed in the past but was renamed (with a corresponding schema file).

When introducing a new attribute name check all existing schema files to make
sure the name does not appear as a key of any "rename_attributes" section (keys
Expand Down

0 comments on commit 567d25a

Please sign in to comment.