Skip to content

Merge branch 'f/migration-from-netlify-functions' into next #40

Merge branch 'f/migration-from-netlify-functions' into next

Merge branch 'f/migration-from-netlify-functions' into next #40

GitHub Actions / Qodana for JS completed Jan 29, 2025 in 0s

316 new problems found by Qodana for JS

Qodana for JS

316 new problems were found

Inspection name Severity Problems
Unresolved TypeScript reference 🔴 Failure 31
Missing or invalid component, directive or pipe declaration in a module 🔴 Failure 23
Invalid imported or declared symbol 🔴 Failure 15
Inaccessible component member or directive input 🔴 Failure 12
Non-iterable type in @for block 🔴 Failure 4
Attempt to assign to const or readonly variable 🔴 Failure 4
Import can be shortened 🔶 Warning 9
Unused import 🔶 Warning 4
Unused local symbol 🔶 Warning 4
Redundant local variable 🔶 Warning 3
Angular CLI add dependency 🔶 Warning 1
Void function return value used 🔶 Warning 1
Undefined binding ◽️ Notice 205

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check warning on line 15 in package.json

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Angular CLI add dependency

"@angular/cdk" can be installed using 'ng add' command

Check failure on line 144 in src/app/components/campaign-settings/campaign-settings.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Non-iterable type in @for block

Type boolean must have a [Symbol.iterator]() method that returns an iterator.

Check failure on line 155 in src/app/components/campaign-settings/campaign-settings.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Non-iterable type in @for block

Type boolean must have a [Symbol.iterator]() method that returns an iterator.

Check failure on line 166 in src/app/components/campaign-settings/campaign-settings.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Non-iterable type in @for block

Type boolean must have a [Symbol.iterator]() method that returns an iterator.

Check failure on line 197 in src/app/components/campaign-settings/campaign-settings.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Non-iterable type in @for block

Type boolean must have a [Symbol.iterator]() method that returns an iterator.

Check failure on line 7 in src/app/components/connections-form/connections-form.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input acountLoading because it is a read-only property

Check failure on line 76 in src/app/components/campaign-publications/campaign-publications.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input totalCredits because it is a read-only property

Check failure on line 100 in src/app/pages/wallet/wallet.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input initialCurrency because it is a read-only property

Check failure on line 296 in src/app/components/campaign-settings/campaign-settings.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input code because it is a read-only property

Check failure on line 8 in src/app/components/connections-form/connections-form.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input telegramBotUrl because it is a read-only property

Check failure on line 41 in src/app/pages/campaign/campaign.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input campaign because it is a read-only property

Check failure on line 30 in src/app/pages/campaign/campaign.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input campaign because it is a read-only property

Check failure on line 8 in src/app/components/connections-form/connections-form.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input submitting because it is a read-only property

Check failure on line 75 in src/app/components/campaign-publications/campaign-publications.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input campaign because it is a read-only property

Check failure on line 7 in src/app/components/connections-form/connections-form.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input telegramConnection because it is a read-only property

Check failure on line 5 in src/app/components/connections-form/connections-form.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input disconnecting because it is a read-only property

Check failure on line 37 in src/app/components/payment-method-registration/momo/momo.component.html

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Inaccessible component member or directive input

Cannot assign to input code because it is a read-only property

Check failure on line 19 in src/app/pages/settings/settings.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Component PrefsFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 30 in src/app/components/campaign-publications/campaign-publications.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Component PublicationFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 33 in src/app/components/payment-method-registration/momo/momo.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Directive PhoneDirective is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 36 in src/app/pages/wallet/wallet.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Component TopUpFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 41 in src/app/pages/campaigns/campaigns.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Component CampaignFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 82 in src/app/components/campaign-settings/campaign-settings.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Directive PhoneDirective is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 12 in src/app/components/connections-form/connections-form.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Component TelegramConnectionFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.

Check failure on line 16 in src/app/pages/login/login.component.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Invalid imported or declared symbol

Component GoogleButton is not standalone and cannot be imported directly. It must be imported via an NgModule.