Skip to content
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

(low priority) drop max-len #116

Merged
merged 3 commits into from
Mar 15, 2024
Merged

(low priority) drop max-len #116

merged 3 commits into from
Mar 15, 2024

Conversation

turadg
Copy link
Member

@turadg turadg commented Mar 14, 2024

closes: #115

It can cause warnings with reportUnusedDisableDirectives 'https://eslint.org/docs/latest/use/configure/rules#report-unused-eslint-disable-comments'

The max-len rule is deprecated since v8.53.0 https://eslint.org/docs/latest/rules/max-len
so just assume the downstream does not have it enabled.

@turadg turadg requested a review from michaelfig March 14, 2024 17:52
Copy link
Member

@michaelfig michaelfig left a comment

Choose a reason for hiding this comment

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

Thanks for undoing this complexity!

@michaelfig michaelfig merged commit 619315d into main Mar 15, 2024
3 checks passed
@michaelfig michaelfig deleted the 115-drop-max-len branch March 15, 2024 01:32
turadg added a commit to Agoric/agoric-sdk that referenced this pull request Mar 28, 2024
turadg added a commit to Agoric/agoric-sdk that referenced this pull request Mar 28, 2024
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.

max-len suppression causes false positive unused
2 participants