We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87432e6 commit a167f37Copy full SHA for a167f37
scripts/rules.go
@@ -86,8 +86,6 @@ func doNotCallTFailNowInsideGoroutine(m dsl.Matcher) {
86
// to tweak them based on platform (important to avoid CI flakes).
87
//nolint:unused,deadcode,varnamelen
88
func useStandardTimeoutsAndDelaysInTests(m dsl.Matcher) {
89
- // m.Import("testing")
90
- // m.Import("context")
91
m.Import("github.com/stretchr/testify/require")
92
m.Import("github.com/stretchr/testify/assert")
93
m.Import("github.com/coder/coder/internal/testutil")
0 commit comments