We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e9fe1f + 607390e commit 77a1487Copy full SHA for 77a1487
1 file changed
Makefile.Common
@@ -265,10 +265,10 @@ govulncheck:
265
266
.PHONY: modernize
267
modernize:
268
- $(MODERNIZE) -fix -test -tags integration -v -any -bloop -fmtappendf -forvar -mapsloop -minmax -newexpr \
+ $(MODERNIZE) -fix -test -tags integration -v -any -fmtappendf -forvar -mapsloop -minmax -newexpr \
269
-omitzero -plusbuild \
270
-rangeint -reflecttypefor -slicescontains -slicessort -stditerators -stringscut \
271
- -stringscutprefix -stringsseq -stringsbuilder -testingcontext -waitgroup ./...
+ -stringscutprefix -stringsseq -stringsbuilder -testingcontext -unsafefuncs -waitgroup ./...
272
273
.PHONY: tidy
274
tidy:
0 commit comments