Skip to content

Commit bae4f07

Browse files
authored
Fix missing Rider model imports in Qodana (#4964)
1 parent f39d792 commit bae4f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qodana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 1.0
22
linter: jetbrains/qodana-jvm-community:latest
33
projectJDK: "21"
4-
bootstrap: ./gradlew :plugin-core:sdk-codegen:generateSdks :plugin-core:jetbrains-community:generateTelemetry
4+
bootstrap: ./gradlew :plugin-core:sdk-codegen:generateSdks :plugin-core:jetbrains-community:generateTelemetry :plugin-toolkit:jetbrains-rider:generateModels
55
profile:
66
name: qodana.recommended
77
exclude:

0 commit comments

Comments
 (0)