Skip to content

chore(firestore): disable promise lint rules in test overrides - #9251

Open
dlarocque wants to merge 1 commit into
mainfrom
dl/fst-eslint
Open

chore(firestore): disable promise lint rules in test overrides#9251
dlarocque wants to merge 1 commit into
mainfrom
dl/fst-eslint

Conversation

@dlarocque

Copy link
Copy Markdown
Contributor

Expand the Firestore test override glob to match nested test subdirectories and disable promise/always-return and promise/catch-or-return.

Expand the Firestore test override glob to match nested test
subdirectories and disable `promise/always-return` and
`promise/catch-or-return`.
@dlarocque
dlarocque requested a review from a team as a code owner September 4, 2026 19:57
@product-auto-label product-auto-label Bot added the api: firestore Issues related to the Firestore API. label Sep 4, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the .eslintrc.json configuration file to recursively match TypeScript test files under the handwritten/firestore/dev/test and handwritten/firestore/dev/system-test directories. Additionally, it disables the promise/always-return and promise/catch-or-return ESLint rules for these test files. There are no review comments, so no additional feedback is provided.

@dlarocque
dlarocque requested a review from shivanee-p September 4, 2026 19:59

@MarkDuckworth MarkDuckworth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is fine. I was planning to eventually address all of these issues d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: firestore Issues related to the Firestore API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants