Merge branch 'f/migration-from-netlify-functions' into next #40
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
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 15 in package.json
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
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
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
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
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
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input acountLoading because it is a read-only property
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
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
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
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
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
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
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input submitting because it is a read-only property
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
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
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
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
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.
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
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
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
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
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
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
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.