From 8ef70b6e6bc03594fe32184e9e7277ee1a4478f8 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 25 Jan 2024 17:44:24 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 +++++---- analysis_options.yaml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb45582..e00c1207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,11 @@ `package:web` (see [renames.md](tool/renames.md)). - Migrate classes to use interop extension types that implement `JSObject`. - Include MDN API documentation as class and member dartdoc comments. - - Documentation text from the MDN Web Docs project - (https://developer.mozilla.org/en-US/docs/Web); attributions and copyright - licensing by Mozilla Contributors is licensed under CC-BY-SA 2.5 - (https://creativecommons.org/licenses/by-sa/2.5/). + - Docs sourced from the [MDN Web Docs][] project; attributions and copyright + licensing by Mozilla Contributors is licensed under [CC-BY-SA 2.5][]. + +[MDN Web Docs]: https://developer.mozilla.org/en-US/docs/Web +[CC-BY-SA 2.5]: https://creativecommons.org/licenses/by-sa/2.5/ ## 0.4.2 diff --git a/analysis_options.yaml b/analysis_options.yaml index 87159bad..2dabec3b 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -12,7 +12,7 @@ analyzer: errors: # 43 instances in generated code. camel_case_types: ignore - # 1,481 instances in the MDN docs. + # 420 instances in the MDN docs. comment_references: ignore # 14 instances in the MDN docs. lines_longer_than_80_chars: ignore