Skip to content

yarn upgrade, wip

yarn upgrade, wip #26

GitHub Actions / Qodana for JS completed Dec 6, 2024 in 0s

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

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Duplicated code fragment

Duplicated code

Check notice on line 59 in chili-and-cilantro-api/src/services/action.ts

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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.