Skip to content

Commit

Permalink
comment out temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ysugimoto committed Jan 29, 2025
1 parent c42d0a3 commit a5b58b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cmd/documentation-checker/variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ const predefinedPath = "../../__generator__/predefined.yml"
// Following predefined variables are documented in Fastly docs but actually could not use in VCL statement,
// only could use in an argument of std.count function.
// Therefore these variables do not treat as lacked variables.
var ignorePredefinedVariables = map[string]struct{}{
"req.headers": {},
"bereq.headers": {},
"beresp.headers": {},
"resp.headers": {},
"obj.headers": {},
}
// var ignorePredefinedVariables = map[string]struct{}{
// "req.headers": {},
// "bereq.headers": {},
// "beresp.headers": {},
// "resp.headers": {},
// "obj.headers": {},
// }

func factoryVariables(ctx context.Context) (*sync.Map, error) {
var eg errgroup.Group
Expand Down

0 comments on commit a5b58b2

Please sign in to comment.