Skip to content

Merge branch 'f/device-identification' into next

Sign in for the full log view
GitHub Actions / Qodana for JS completed Feb 3, 2025 in 0s

332 new problems found by Qodana for JS

Qodana for JS

332 new problems were found

Inspection name Severity Problems
Unresolved TypeScript reference 🔴 Failure 34
Missing or invalid component, directive or pipe declaration in a module 🔴 Failure 25
Invalid imported or declared symbol 🔴 Failure 16
Inaccessible component member or directive input 🔴 Failure 13
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 local symbol 🔶 Warning 6
Unused import 🔶 Warning 4
Redundant local variable 🔶 Warning 3
Angular CLI add dependency 🔶 Warning 1
Void function return value used 🔶 Warning 1
Undefined binding ◽️ Notice 211
Missing await for an async function call ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

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 122 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 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 1 in src/app/pages/analytics/analytics.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 recaptchaKey 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 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 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 31 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 20 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 83 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 34 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 22 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 PaymentMethodRegistrationComponent 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.