Skip to content

Enable no unchecked record access for more client packages #24130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

RishhiB
Copy link
Contributor

@RishhiB RishhiB commented Mar 21, 2025

Enabling no-unchecked-record-access for 4 packages by removing no-unchecked-record-access line in eslint config file per package

@Copilot Copilot AI review requested due to automatic review settings March 21, 2025 22:28
@github-actions github-actions bot added the base: main PRs targeted against main branch label Mar 21, 2025
Copy link
Contributor

@Copilot 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

The purpose of this PR is to enable no-unchecked-record-access for additional client packages by removing the rule configuration from each package’s ESLint config file.

  • Removed "@fluid-internal/fluid/no-unchecked-record-access": "warn" entries from various .eslintrc.cjs files.
  • In one package (packages/runtime/runtime-utils), the entire rules block was removed as it only contained the rule to be removed.

Reviewed Changes

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

Show a summary per file
File Description
packages/test/test-drivers/.eslintrc.cjs Removed the no-unchecked-record-access rule
packages/runtime/runtime-utils/.eslintrc.cjs Removed the entire rules block containing the rule
experimental/dds/sequence-deprecated/.eslintrc.cjs Removed the no-unchecked-record-access rule
packages/test/test-end-to-end-tests/.eslintrc.cjs Removed the no-unchecked-record-access rule
packages/dds/map/.eslintrc.cjs Removed the no-unchecked-record-access rule
packages/test/local-server-tests/.eslintrc.cjs Removed the no-unchecked-record-access rule
packages/dds/tree/.eslintrc.cjs Removed the no-unchecked-record-access rule

@RishhiB RishhiB marked this pull request as draft April 7, 2025 17:04
Copy link
Contributor

This PR has been automatically marked as stale because it has had no activity for 60 days. It will be closed if no further activity occurs within 8 days of this comment. Thank you for your contributions to Fluid Framework!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base: main PRs targeted against main branch status: stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant