Skip to content

Commit

Permalink
add removed check for attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
shanye997 authored and xiaozhu36 committed Oct 18, 2023
1 parent 3b40f7b commit 36d997d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/consistency_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ func parseMatchLine(words []string, phase, rootName string) *ResourceAttribute {
} else {
result.Name = words[1]
}
if strings.Contains(words[2], "Removed") {
result.Removed = "Removed since"
}
//result["Description"] = words[2]
return &result
}
Expand Down

0 comments on commit 36d997d

Please sign in to comment.