Skip to content

Commit

Permalink
Fix golangci-lint 'revive/receiver-naming'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Feb 19, 2024
1 parent a82360f commit 4a89bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/batch/job_definition_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (d *jobDefinitionDataSource) Read(ctx context.Context, request datasource.R
response.Diagnostics.Append(response.State.Set(ctx, &data)...)
}

func (r *jobDefinitionDataSource) ConfigValidators(context.Context) []resource.ConfigValidator {
func (d *jobDefinitionDataSource) ConfigValidators(context.Context) []resource.ConfigValidator {
return []resource.ConfigValidator{
resourcevalidator.ExactlyOneOf(
path.MatchRoot(names.AttrARN),
Expand Down

0 comments on commit 4a89bec

Please sign in to comment.