wip #23
71 new problems found by Qodana for JS
Qodana for JS
71 new problems were found
Inspection name | Severity | Problems |
---|---|---|
ESLint |
🔴 Failure | 11 |
Hardcoded passwords |
🔴 Failure | 2 |
ESLint |
🔶 Warning | 33 |
Unused local symbol |
🔶 Warning | 7 |
Mismatched JSDoc and function signature |
🔶 Warning | 4 |
Redundant 'if' statement |
🔶 Warning | 3 |
Redundant local variable |
🔶 Warning | 2 |
Exception used for local control-flow |
🔶 Warning | 1 |
Void function return value used |
🔶 Warning | 1 |
Deprecated symbol used |
◽️ Notice | 4 |
Duplicated code fragment |
◽️ Notice | 2 |
Result of method call returning a promise is ignored |
◽️ Notice | 1 |
☁️ 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 notice on line 259 in chili-and-cilantro-api/src/controllers/api/game.ts
github-actions / Qodana for JS
Duplicated code fragment
Duplicated code
Check notice on line 259 in chili-and-cilantro-api/src/controllers/api/game.ts
github-actions / Qodana for JS
Duplicated code fragment
Duplicated code
Check warning on line 17 in chili-and-cilantro-api/src/controllers/api/i18n.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check warning on line 19 in chili-and-cilantro-api/src/services/base.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check failure on line 19 in chili-and-cilantro-node-lib/src/lib/discriminators/action.ts
github-actions / Qodana for JS
ESLint
ESLint: This assertion is unnecessary since it does not change the type of the expression. (@typescript-eslint/no-unnecessary-type-assertion)
Check warning on line 26 in chili-and-cilantro-node-lib/src/lib/schemas/user.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check warning on line 12 in chili-and-cilantro-api/src/middlewares/error.ts
github-actions / Qodana for JS
ESLint
ESLint: 'next' is defined but never used. (@typescript-eslint/no-unused-vars)
Check warning on line 42 in chili-and-cilantro-api/src/services/utility.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check failure on line 1 in chili-and-cilantro-lib/src/lib/interfaces/models/actions/details/base.ts
github-actions / Qodana for JS
ESLint
ESLint: An empty interface is equivalent to \`{}\`. (@typescript-eslint/no-empty-interface)
Check warning on line 104 in chili-and-cilantro-api/src/controllers/base.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check warning on line 265 in chili-and-cilantro-api/src/controllers/base.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check warning on line 53 in chili-and-cilantro-lib/src/lib/shared-types.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check failure on line 7 in chili-and-cilantro-api-e2e/src/fixtures/fixtures.ts
github-actions / Qodana for JS
ESLint
ESLint: Projects cannot be imported by a relative or absolute path, and must begin with a npm scope (@nx/enforce-module-boundaries)
Check warning on line 117 in chili-and-cilantro-react/src/app/components/top-menu.tsx
github-actions / Qodana for JS
ESLint
ESLint: Emojis should be wrapped in \<span\>, have role="img", and have an accessible description with aria-label or aria-labelledby. (jsx-a11y/accessible-emoji)
Check warning on line 197 in chili-and-cilantro-api/src/application.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check warning on line 266 in chili-and-cilantro-api/src/controllers/base.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check failure on line 7 in chili-and-cilantro-react/src/app/components/game.tsx
github-actions / Qodana for JS
ESLint
ESLint: 'isAuthenticated' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
Check warning on line 42 in chili-and-cilantro-api/src/services/utility.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check warning on line 25 in chili-and-cilantro-react/src/app/components/private-route.tsx
github-actions / Qodana for JS
ESLint
ESLint: Fragments should contain more than one child - otherwise, there's no need for a Fragment at all. (react/jsx-no-useless-fragment)
Check warning on line 26 in chili-and-cilantro-node-lib/src/types/shared-types.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check failure on line 9 in chili-and-cilantro-react/src/app/components/game.tsx
github-actions / Qodana for JS
ESLint
ESLint: 'setToken' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
Check failure on line 6 in chili-and-cilantro-api-e2e/src/fixtures/fixtures.ts
github-actions / Qodana for JS
ESLint
ESLint: Projects cannot be imported by a relative or absolute path, and must begin with a npm scope (@nx/enforce-module-boundaries)
Check warning on line 343 in chili-and-cilantro-api/src/controllers/base.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check warning on line 46 in chili-and-cilantro-lib/src/lib/shared-types.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check warning on line 9 in chili-and-cilantro-node-lib/src/lib/interfaces/schema-data.ts
github-actions / Qodana for JS
ESLint
ESLint: Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)