Skip to content

feat(eslint-plugin): no-unsafe-enum-comparison handles switch cases #12935

feat(eslint-plugin): no-unsafe-enum-comparison handles switch cases

feat(eslint-plugin): no-unsafe-enum-comparison handles switch cases #12935

Triggered via pull request November 13, 2023 13:14
Status Failure
Total duration 52m 53s
Artifacts

ci.yml

on: pull_request
Checkout and Install
2m 7s
Checkout and Install
Build All Packages
1m 32s
Build All Packages
Matrix: Lint
Matrix: Run Unit Tests
Matrix: Lint
Run integration tests on primary Node.js version
1m 25s
Run integration tests on primary Node.js version
Matrix: Run Unit Tests with Experimental TSServer
Upload Codecov Coverage
7s
Upload Codecov Coverage
Publish the latest code as a canary version
0s
Publish the latest code as a canary version
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint (lint): packages/eslint-plugin-tslint/src/rules/config.ts#L122
'getCwd' is deprecated. in favor of `RuleContext#cwd`
Lint (lint): packages/eslint-plugin-tslint/src/rules/config.ts#L122
'getFilename' is deprecated. in favor of `RuleContext#filename`
Lint (lint): packages/eslint-plugin-tslint/src/rules/config.ts#L123
'getSourceCode' is deprecated. in favor of `RuleContext#sourceCode`
Lint (lint): packages/website/src/components/ErrorsViewer.tsx#L38
The case statement does not have a shared enum type with the switch predicate
Lint (lint): packages/website/src/components/ErrorsViewer.tsx#L40
The case statement does not have a shared enum type with the switch predicate
Lint (lint): packages/website/src/components/ErrorsViewer.tsx#L42
The case statement does not have a shared enum type with the switch predicate
Lint (lint): packages/eslint-plugin/src/rules/adjacent-overload-signatures.ts#L33
'getSourceCode' is deprecated. in favor of `RuleContext#sourceCode`
Lint (lint): packages/eslint-plugin/src/rules/array-type.ts#L138
'getSourceCode' is deprecated. in favor of `RuleContext#sourceCode`
Lint (lint): packages/eslint-plugin/src/rules/await-thenable.ts#L53
'getSourceCode' is deprecated. in favor of `RuleContext#sourceCode`
Lint (lint): packages/eslint-plugin/src/rules/ban-ts-comment.ts#L105
'getSourceCode' is deprecated. in favor of `RuleContext#sourceCode`