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 b8bd98e commit 2f637e2Copy full SHA for 2f637e2
go/Makefile
@@ -27,8 +27,6 @@ clean:
27
rm -rf tools/bin tools/linux64 tools/osx64 tools/win64 tools/net tools/opencsv
28
rm -rf $(EXTRACTOR_PACK_OUT) build/stats build/testdb
29
30
-DATAFLOW_BRANCH=main
31
-
32
autoformat:
33
find ql -iregex '.*\.qll?' -print0 | xargs -0 codeql query format -qq -i
34
find . -path '**/vendor' -prune -or -type f -iname '*.go' ! -empty -print0 | xargs -0 grep -L "//\s*autoformat-ignore" | xargs gofmt -w
0 commit comments