yarn upgrade, wip #26
315 new problems found by Qodana for JS
Qodana for JS
315 new problems were found
Inspection name | Severity | Problems |
---|---|---|
ESLint |
🔴 Failure | 278 |
Hardcoded passwords |
🔴 Failure | 2 |
Unused local symbol |
🔶 Warning | 16 |
ESLint |
🔶 Warning | 3 |
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 |
Missing await for an async function call |
◽️ 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 notice on line 59 in chili-and-cilantro-api/src/services/action.ts
github-actions / Qodana for JS
Missing await for an async function call
Missing await for an async function call
Check notice on line 17 in chili-and-cilantro-api/src/services/transaction-manager.ts
github-actions / Qodana for JS
Missing await for an async function call
Missing await for an async function call
Check failure on line 1 in chili-and-cilantro-api/src/controllers/api/game.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-node-lib/src/lib/schemas/actions/quit-game.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-api/src/services/request-user.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/src/lib/enumerations/quit-game-reason.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/src/lib/interfaces/models/actions/end-game.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 33 in chili-and-cilantro-react/src/app/menu-context.tsx
github-actions / Qodana for JS
ESLint
ESLint: 'user' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
Check failure on line 1 in chili-and-cilantro-node-lib/src/lib/schemas/actions/place-card.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/src/lib/interfaces/bid.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/src/lib/enumeration-translations/turn-action.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-api/test/fixtures/action.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/src/lib/errors/invalid-game-password.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/src/lib/interfaces/models/actions/pass.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/src/lib/enumerations/card-type.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/src/lib/interfaces/models/actions/create-game.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-api/src/middlewares/error.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/src/lib/enumerations/string-names.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/src/lib/enumeration-translations/chef-state.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/src/lib/errors/out-of-ingredient.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-node-lib/src/lib/schemas/user.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/src/lib/interfaces/objects/actions/flip-card.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.
Check failure on line 1 in chili-and-cilantro-lib/jest.config.ts
github-actions / Qodana for JS
ESLint
ESLint: Error: Error while loading rule '@typescript-eslint/no-unnecessary-type-assertion': You have used a rule which requires parserServices to be generated. You must therefore provide a value for the "parserOptions.project" property for @typescript-eslint/parser.