mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
azhukova/QD-13281-for-261
[qodana] QD-13281: Fix qodana Kotlin inspection test QD-13607: Fix qodana-rust incorrect dependency Important note: the suppression entry needed because I need to depend on the entire RustRover and not the Rust plugin, to prevent my plugin from activating in IDEs that bundle Rust. This can only be done with an alias, which is impossible to represent inside .iml. Merge-request: IJ-MR-192360 Merged-by: Anna Zhukova <anna.zhukova@jetbrains.com> QD-13641: Fix QodanaRustLoader activating in RustRover IDE (non-headless) fixup! QD-13641: Fix QodanaRustLoader activating in RustRover IDE (non-headless) QD-13641: Fix QodanaRustLoader activating in RustRover IDE (non-headless) Co-authored-by: Egor Lebedev <egor.lebedev@jetbrains.com> Merge-request: IJ-MR-192538 Merged-by: Anna Zhukova <anna.zhukova@jetbrains.com> QD-13281: Initial implementation of Qodana for Rust Space-RevId: 2d0d82adade1d70d34ac9acd4f3b9f4193de52a5 Merge-request: IJ-MR-188120 Merged-by: Anna Zhukova <anna.zhukova@jetbrains.com> Co-authored-by: Dima Kopfmann <Dmitry.Golovinov@jetbrains.com> Merge-request: IJ-MR-193551 Merged-by: Anna Zhukova <anna.zhukova@jetbrains.com> GitOrigin-RevId: a7a5ff82482819be076fbf6f432c6935fdb42b70
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cdfa23070e
commit
3a27841ed0
@@ -118,7 +118,8 @@ object IdeProductImp : IdeProduct {
|
||||
productCode = "RR",
|
||||
platformPrefix = "RustRover",
|
||||
executableFileName = "rustrover",
|
||||
fullName = "RustRover"
|
||||
fullName = "RustRover",
|
||||
qodanaProductCode = "QDRST"
|
||||
)
|
||||
|
||||
/** Rider */
|
||||
@@ -126,7 +127,8 @@ object IdeProductImp : IdeProduct {
|
||||
productCode = "RD",
|
||||
platformPrefix = "Rider",
|
||||
executableFileName = "rider",
|
||||
fullName = "Rider"
|
||||
fullName = "Rider",
|
||||
qodanaProductCode = "QDNET"
|
||||
)
|
||||
|
||||
/** Gateway */
|
||||
|
||||
Reference in New Issue
Block a user