Skip to content

Commit

Permalink
ignore tagaline from config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Feb 13, 2024
1 parent 0b7df25 commit 4ceb9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tools/cli/loadtest/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (o Operation) String() string {
// Data represent a application setting data content (config.yaml).
// In K8s environment, this configuration is stored in K8s ConfigMap.
type Data struct {
config.GlobalConfig `json:",inline" yaml:",inline"`
config.GlobalConfig `json:",inline" yaml:",inline"` //nolint: tagalign
Addr string `json:"addr" yaml:"addr"`
Operation string `json:"operation" yaml:"operation"`
Dataset string `json:"dataset" yaml:"dataset"`
Expand Down

0 comments on commit 4ceb9a2

Please sign in to comment.