Skip to content

chore(eslint-config): re-enable no-duplicate-type-constituents rule COMPASS-9459 #7043

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

Merged
merged 2 commits into from
Jun 23, 2025

Conversation

gribnoysup
Copy link
Collaborator

Another starightforward one, doesn't look like any types were missing anything, but a few duplicates sneaked in to some unions

@gribnoysup gribnoysup requested a review from a team as a code owner June 19, 2025 11:20
@@ -430,14 +430,14 @@ export const cancelAIPipelineGeneration = (): PipelineBuilderThunkAction<
};
};

type resetIsAggregationGeneratedFromQueryAction = {
type ResetIsAggregationGeneratedFromQueryAction = {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Small drive-by to match the naming scheme with other actions

@gribnoysup gribnoysup changed the title chore(eslint-config): re-enable no-duplicate-type-constituents rule chore(eslint-config): re-enable no-duplicate-type-constituents rule COMPASS-9459 Jun 19, 2025
@gribnoysup gribnoysup merged commit d59a112 into main Jun 23, 2025
57 checks passed
@gribnoysup gribnoysup deleted the eslint-enable-no-duplicate-type-constituents branch June 23, 2025 09:26
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