Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 9ff25a2

Browse files
authored
chore: cleanup TODO comments (#284)
1 parent 79b7089 commit 9ff25a2

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

ci/integration/tags_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ func TestTags(t *testing.T) {
3131
tcli.StdoutJSONUnmarshal(&tags),
3232
)
3333
assert.True(t, "> 0 tags", len(tags) > 0)
34-
35-
// TODO(@cmoog) add create and rm integration tests
3634
})
3735
}

internal/cmd/rebuild.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func trailBuildLogs(ctx context.Context, client coder.Client, envID string) erro
124124
s.Start()
125125

126126
case coder.BuildLogTypeSubstage:
127-
// TODO(@cmoog) add verbose substage printing
127+
// TODO(@f0ssel) add verbose substage printing
128128
if !verbose {
129129
continue
130130
}

internal/cmd/resourcemanager.go

-6
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,6 @@ func (a resources) String() string {
310310
"[cpu: alloc=%.1fvCPU]\t[mem: alloc=%.1fGB]",
311311
a.cpuAllocation, a.memAllocation,
312312
)
313-
314-
// TODO@cmoog: consider adding the utilization info once a historical average is considered or implemented
315-
// return fmt.Sprintf(
316-
// "[cpu: alloc=%.1fvCPU, util=%s]\t[mem: alloc=%.1fGB, util=%s]",
317-
// a.cpuAllocation, a.cpuUtilPercentage(), a.memAllocation, a.memUtilPercentage(),
318-
// )
319313
}
320314

321315
//nolint:unused

0 commit comments

Comments
 (0)