fix formatting

This commit is contained in:
Ethan P
2021-05-14 14:09:07 -04:00
parent 0e99d5e379
commit 58c746e42b

View File

@@ -203,6 +203,7 @@ commands that you can specify for compiled languages.
codeql database create csharp-database --language=csharp --command='dotnet build /p:UseSharedCompilation=false /t:rebuild'
- Go project built using the ``COEQL_EXTRACTOR_GO_BUILD_TRACING=on`` environment variable::
CODEQL_EXTRACTOR_GO_BUILD_TRACING=on codeql database create go-database --language=go
- Go project built using a custom build script::