Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SupportedLanguages = []string{
"cpp", "csharp", "go", "java", "javascript", "python", "ruby",
}
SupportedLanguages lists all CodeQL-supported languages.
Functions ¶
func IsSupported ¶ added in v0.0.3
IsSupported reports whether lang matches one of SupportedLanguages (case-insensitive).
func ToDirectory ¶
ToDirectory maps a language option string to its CodeQL directory name.
func ToExtension ¶
ToExtension maps a language to its source file extension.
func ToSafeTestName ¶
ToSafeTestName replaces hyphens with underscores in a test name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.