hashicorp / terraform-plugin-framework-validators

Common Use Case Validators for terraform-plugin-framework
Mozilla Public License 2.0
25 stars 11 forks source link

Remove double quoting in string validator descriptions #152

Closed bendbennett closed 1 year ago

bendbennett commented 1 year ago

Closes: #149

Usage of fmt.Sprintf("......%q") has been checked throughout and does not appear to be an issue except in the cases in the stringvalidator package that are fixed in this PR.

mgwoj commented 1 year ago

Thank you for fixing this issue. Do you have any estimate for the release date?

bendbennett commented 1 year ago

@mgwoj this bug fix has been released along with some other changes as part of the v0.11.0 release.

github-actions[bot] commented 1 year ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.