Skip to content

Commit

Permalink
Merge pull request #35905 from hashicorp/td-generate-tagtests-xray
Browse files Browse the repository at this point in the history
Initial set of generated tag tests
  • Loading branch information
gdavison committed Mar 7, 2024
2 parents 0dce113 + ec97075 commit e3b903a
Show file tree
Hide file tree
Showing 15 changed files with 3,068 additions and 174 deletions.
2 changes: 2 additions & 0 deletions internal/generate/servicepackage/main.go
Expand Up @@ -263,6 +263,8 @@ func (v *visitor) processFuncDecl(funcDecl *ast.FuncDecl) {
}
case "Tags":
// Handled above.
case "Testing":
// Ignored.
default:
v.g.Warnf("unknown annotation: %s", annotationName)
}
Expand Down

0 comments on commit e3b903a

Please sign in to comment.