Skip to content

Commit 7d24a99

Browse files
committed
nolint control flag
1 parent a1c5068 commit 7d24a99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/support_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ func TestSupportBundle(t *testing.T) {
157157
})
158158
}
159159

160+
// nolint:revive // It's a control flag, but this is just a test.
160161
func assertBundleContents(t *testing.T, path string, wantWorkspace bool, wantAgent bool, badValues []string) {
161162
t.Helper()
162163
r, err := zip.OpenReader(path)

0 commit comments

Comments
 (0)