Skip to content

Commit

Permalink
[phpstorm] add phpstorm product metrics for firstCodeAnalysis and sea…
Browse files Browse the repository at this point in the history
…rchEverywhere
  • Loading branch information
isfedorov committed Dec 4, 2024
1 parent 262ae44 commit 30dc2c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const chartsDeclaration: ChartDefinition[] = [
{
labels: ["FirstCodeAnalysis"],
measures: ["firstCodeAnalysis"],
projects: [],
projects: ["laravel-io/localInspection/HasAuthor", "laravel-io/localInspection/Tag", "mpdf/localInspection"],
},
{
labels: ["Completion"],
Expand All @@ -42,7 +42,7 @@ const chartsDeclaration: ChartDefinition[] = [
{
labels: ["SearchEverywhere"],
measures: ["searchEverywhere"],
projects: [],
projects: ["magento2/go-to-class-with-warmup/MaAdMUser/typingLetterByLetter", "bitrix/go-to-class-with-warmup/BCCo/typingLetterByLetter"],
},
{
labels: ["TypingCodeAnalysis"],
Expand Down

0 comments on commit 30dc2c2

Please sign in to comment.