Skip to content

Commit

Permalink
🚸 Add missing linter full names for license error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jul 2, 2024
1 parent 5152f46 commit 4d44f7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/product_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ func getProductNameFromCode(code string) string {
return "Qodana for JS"
case platform.QDNET:
return "Qodana for .NET"
case platform.QDNETC:
return "Qodana Community for .NET"
case platform.QDCL:
return "Qodana for C/C++"
case platform.QDPY:
return "Qodana for Python"
case platform.QDGO:
Expand Down

0 comments on commit 4d44f7a

Please sign in to comment.