suborbital / subo

The Suborbital CLI
Apache License 2.0
81 stars 24 forks source link

feat(builder): reimplement resourceFlag #192

Open javorszky opened 2 years ago

javorszky commented 2 years ago

In https://github.com/suborbital/subo/issues/188 golangci-lint was introduced. One of the first rules is unused, which flagged up three unused pieces of data in the codebase. One of them was resourceFlag in this commit: https://github.com/suborbital/subo/pull/189/commits/4bccfae1295471455e68b90f9c839a3152be7155.

It wasn't used in any of the codebases that suborbital has, and I don't know what the use case for this was.

This issue tracks it so it won't get lost.