Skip to content

Commit

Permalink
Move Declarations with Kotlin QA test project: adding to Kotlin setti…
Browse files Browse the repository at this point in the history
…ngs. (#196)
  • Loading branch information
sashache authored Oct 15, 2024
1 parent ce19642 commit dfc27af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/degradation-detector/setting/kotlinSettings.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func GenerateKotlinSettings() []detector.PerformanceSettings {
"prepareForRename#mean_value", "execute_editor_optimizeimports",
"localInspections_cold#mean_value", "localInspections_hot#mean_value",
"execute_editor_gotodeclaration_cold#mean_value", "execute_editor_gotodeclaration_hot#mean_value",
"convertJavaToKotlin", "moveFiles#mean_value", "moveFiles_back#mean_value"}
"convertJavaToKotlin", "moveFiles#mean_value", "moveFiles_back#mean_value", "moveDeclarations#mean_value", "moveDeclarations_back#mean_value"}
aliases := map[string]string{
"completion#mean_value": "completion",
"completion#firstElementShown#mean_value": "completion",
Expand Down

0 comments on commit dfc27af

Please sign in to comment.