Skip to content

Commit

Permalink
🚀 Add QDPHP to supported native codes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Aug 27, 2024
1 parent 10db1a5 commit f6cf316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func GetDotNetConfig(projectDir string, yamlName string) bool {
}

// AllNativeCodes is a list of all supported Qodana linters product codes
var AllNativeCodes = []string{QDNET, QDJVM, QDJVMC, QDGO, QDPY, QDPYC, QDJS} // TODO: QDPHP
var AllNativeCodes = []string{QDNET, QDJVM, QDJVMC, QDGO, QDPY, QDPYC, QDJS, QDPHP}

func Image(code string) string {
if val, ok := DockerImageMap[code]; ok {
Expand Down

0 comments on commit f6cf316

Please sign in to comment.