hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.84k stars 9.19k forks source link

linter: Add `perfsprint` #39975

Closed gdavison closed 1 week ago

gdavison commented 2 weeks ago

Description

Adds linter perfsprint to catch uses of fmt.Sprint or fmt.Sprintf used for conversion to string when a direct call to, e.g. a strconv call can be used

github-actions[bot] commented 2 weeks ago

Community Note

Voting for Prioritization

For Submitters

github-actions[bot] commented 4 days ago

This functionality has been released in v5.75.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!