cleanup todos

This commit is contained in:
Shreyas Goenka 2024-09-24 17:31:50 +02:00
parent ccbd199422
commit 3571410209
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 14 deletions

View File

@ -13,20 +13,6 @@ import (
"golang.org/x/exp/maps"
)
// Steps:
// 3. Add INFO rendering to the validate command
// 4. Add unit test that the INFO rendering is correct
// 5. Manually test the info diag.
// TODO: Since we are skipping environemnts here, we should return a warning
// if environemnts is used (is that already the case?). And explain in the PR that
// we are choosing to not gather resources from environments.
// TODO: Talk in the PR about how this synergizes with the validate all unique
// keys mutator.
// Should I add a new abstraction for dyn values here?
var resourceTypes = []string{
"job",
"pipeline",