Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Oct 24, 2023
1 parent 094acc3 commit 4886340
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pkg/tfgen/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ import (
)

var (
ignoredDocHeaders = make(map[string]int)
elidedDescriptions int // i.e., we discard the entire description, including examples
elidedDescriptionsOnly int // we discarded the description proper, but were able to preserve the examples
elidedArguments int
elidedNestedArguments int
unexpectedSnippets int
ignoredDocHeaders = make(map[string]int)
elidedArguments int
elidedNestedArguments int
unexpectedSnippets int

// Arguments metrics:
totalArgumentsFromDocs int
Expand Down

0 comments on commit 4886340

Please sign in to comment.