Skip to content

Commit

Permalink
🚸 Disable default quick-fixes behavior in qodana-dotnet in favor of i…
Browse files Browse the repository at this point in the history
…ts own (#325)
  • Loading branch information
hybloid authored Apr 19, 2024
1 parent 8a9cdcb commit a141e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ func propertiesFixture(enableStats bool, additionalProperties []string) []string
"-Dide.warmup.use.predicates=false",
"-Dvcs.log.index.enable=false",
fmt.Sprintf("-Didea.application.info.value=%s", filepath.Join(Prod.IdeBin(), "QodanaAppInfo.xml")),
"-Dqodana.disable.default.fixes.strategy=true",
"-Didea.class.before.app=com.jetbrains.rider.protocol.EarlyBackendStarter",
fmt.Sprintf("-Didea.config.path=%s", filepath.Join(os.TempDir(), "entrypoint")),
fmt.Sprintf("-Didea.headless.enable.statistics=%t", enableStats),
Expand Down
1 change: 1 addition & 0 deletions core/properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func getPropertiesMap(
properties["-Dqodana.recommended.profile.resource"] = "qodana-dotnet.recommended.yaml"
properties["-Dqodana.starter.profile.resource"] = "qodana-dotnet.starter.yaml"
}
properties["-Dqodana.disable.default.fixes.strategy"] = "true"
properties["-Didea.class.before.app"] = "com.jetbrains.rider.protocol.EarlyBackendStarter"
properties["-Drider.collect.full.container.statistics"] = "true"
properties["-Drider.suppress.std.redirect"] = "true"
Expand Down

0 comments on commit a141e01

Please sign in to comment.