Skip to content

Commit

Permalink
Ignore unintended_html_in_doc_comment (#278)
Browse files Browse the repository at this point in the history
MDN docs includes some variants of html tags that this
rule disallows, like <table class="properties">, <th scope="row">,
and <br />. In order to make the CI pass, this is ignored for
now in the generated files. Fixes cases unrelated to the MDN
docs.
  • Loading branch information
srujzs authored Aug 12, 2024
1 parent e89fe49 commit 4996dc2
Show file tree
Hide file tree
Showing 179 changed files with 363 additions and 4 deletions.
2 changes: 2 additions & 0 deletions lib/src/dom/accelerometer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/angle_instanced_arrays.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/attribution_reporting_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/background_sync.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/battery_status.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/clipboard_apis.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/compression.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/console.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/cookie_store.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/credential_management.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/csp.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_animations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_animations_2.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_cascade.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_cascade_6.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_conditional.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_conditional_5.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_contain.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_counter_styles.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_font_loading.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_fonts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_highlight_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_masking.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_paint_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_properties_values_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_transitions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_transitions_2.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_typed_om.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_view_transitions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/css_view_transitions_2.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/cssom.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/cssom_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/digital_identities.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/dom.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/dom_parsing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/encoding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/encrypted_media.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/entries_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/event_timing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/ext_blend_minmax.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/ext_color_buffer_float.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/ext_color_buffer_half_float.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/ext_disjoint_timer_query.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
2 changes: 2 additions & 0 deletions lib/src/dom/ext_disjoint_timer_query_webgl2.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

// Generated from Web IDL definitions.

// ignore_for_file: unintended_html_in_doc_comment

@JS()
library;

Expand Down
Loading

0 comments on commit 4996dc2

Please sign in to comment.