Skip to content

Commit 91072fa

Browse files
committed
add nolint
1 parent 9b952fc commit 91072fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/testdata/cgo/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
"unsafe"
1515
)
1616

17+
//nolint:nosnakecase
1718
func Example() {
1819
cs := C.CString("Hello from stdio\n")
1920
C.myprint(cs)

0 commit comments

Comments
 (0)