Skip to content

Conversation

@srujzs
Copy link
Contributor

@srujzs srujzs commented Oct 30, 2025

Fixes #479

Now that we have a general purpose IDL->interop generator, we need to add ignores for constant_identifier_names and non_constant_identifier_names in every output file. unintended_html_in_doc_comment no longer applies as the original reason for it has been fixed.

Removes the two lints from analysis_options.yaml as it would now be redundant.

Fixes dart-lang#479

Now that we have a general purpose IDL->interop generator, we need
to add ignores for constant_identifier_names and non_constant_identifier_names
in every output file. unintended_html_in_doc_comment no longer applies
as the original reason for it has been fixed.

Removes the two lints from analysis_options.yaml as it would now be
redundant.
@srujzs srujzs requested a review from kevmoo October 30, 2025 21:29
Copy link
Member

@kevmoo kevmoo left a comment

Choose a reason for hiding this comment

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

LGTM. Good luck w/ the CI weirdness. 😄

@srujzs
Copy link
Contributor Author

srujzs commented Oct 30, 2025

LGTM. Good luck w/ the CI weirdness. 😄

Looks like CI was broken already alas. I updated the analyzer dependency but we're forced to ignore experimental_member_use until package:meta publishes a version where redeclare is no longer experimental (which is the latest dev version, but it hasn't been published yet).

@srujzs srujzs merged commit d089a69 into dart-lang:main Oct 30, 2025
14 checks passed
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.

Regenerating pkg:web adds a bunch of extra lint ignores

2 participants