Skip to content

test: enable no-implied-eval test#220

Merged
hardfist merged 1 commit intomainfrom
yj/enable-no-implied-eval
Aug 11, 2025
Merged

test: enable no-implied-eval test#220
hardfist merged 1 commit intomainfrom
yj/enable-no-implied-eval

Conversation

@hardfist
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings August 11, 2025 02:40
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enables the no-implied-eval test for the TypeScript-ESLint rule by adding it to the test configuration and creating the corresponding snapshot file with expected test outputs.

  • Adds the no-implied-eval test to the active test suite configuration
  • Creates comprehensive test snapshots with 22 test cases covering various implied eval scenarios

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
packages/rslint-test-tools/rstest.config.mts Adds the no-implied-eval test file to the test configuration array
packages/rslint-test-tools/tests/typescript-eslint/rules/__snapshots__/no-implied-eval.test.ts.snap Creates snapshot file with expected test outputs for 22 invalid test cases covering setTimeout, setInterval, Function constructor, and other implied eval scenarios

@hardfist hardfist merged commit 3517848 into main Aug 11, 2025
4 checks passed
@hardfist hardfist deleted the yj/enable-no-implied-eval branch August 11, 2025 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants