go-consistent icon indicating copy to clipboard operation
go-consistent copied to clipboard

arg list slice doesn't detect all cases

Open quasilyte opened this issue 3 years ago • 0 comments

Found only 3:

./heatmap/add_profile_test.go:399:13: arg list parens: align `)` to a same line with last argument
./heatmap/add_profile_test.go:436:13: arg list parens: align `)` to a same line with last argument
./heatmap/add_profile_test.go:455:13: arg list parens: align `)` to a same line with last argument

File: https://github.com/quasilyte/perf-heatmap/blob/ce3b3825d8ed89d48c5d5af532c107a450d450bc/heatmap/add_profile_test.go

quasilyte avatar Dec 17 '21 09:12 quasilyte