Skip to content

Commit a167f37

Browse files
committed
chore: Remove commented code
1 parent 87432e6 commit a167f37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/rules.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ func doNotCallTFailNowInsideGoroutine(m dsl.Matcher) {
8686
// to tweak them based on platform (important to avoid CI flakes).
8787
//nolint:unused,deadcode,varnamelen
8888
func useStandardTimeoutsAndDelaysInTests(m dsl.Matcher) {
89-
// m.Import("testing")
90-
// m.Import("context")
9189
m.Import("github.com/stretchr/testify/require")
9290
m.Import("github.com/stretchr/testify/assert")
9391
m.Import("github.com/coder/coder/internal/testutil")

0 commit comments

Comments
 (0)