Conversation
bc0cc35 to
541db81
Compare
1363c61 to
8e71e70
Compare
lbajolet-hashicorp
left a comment
There was a problem hiding this comment.
Left a few nits, but overall the change looks good to me! Pre-approving to not block a later merge, I'll let you address those @tenthirtyam and will do another review then!
8e71e70 to
4b89195
Compare
| return nil | ||
| } | ||
|
|
||
| errs := []error{} |
There was a problem hiding this comment.
Just to be sure, I would create this as a var to have the returned slice be nil, that way you can compare the returned slice to nil, as it will effectively be if no errors have been found.
That said, given there's only one error returned at a time, is there a reason this is a slice of errors instead of a single error?
4b89195 to
2e10918
Compare
Refactors to use `allowedToolsFlavorValues` for tools upload flavor options based on constants. Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
2e10918 to
0c09a50
Compare
|
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 issues. 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. |
Description
Refactors to use
allowedToolsFlavorValuesfor tools upload flavor options based on constants.Testing
✅ Standard
✅ Configuration