essential_lints_annotations 0.1.1+2
essential_lints_annotations: ^0.1.1+2 copied to clipboard
Annotations for essential_lints package, that help maintaining code quality.
We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting essential_lints_annotations... Discovering libraries... Linking elements... Precaching local docs for 139784 elements... Initialized dartdoc with 63 libraries Generating docs for library essential_lints_annotations.dart from package:essential_lints_annotations/essential_lints_annotations.dart... ERR: dartdoc 9.0.0 (/tmp/analyzerZVAJGI/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.10.7.snapshot) failed: LateInitializationError: Field 'enclosingCombo' has not been initialized. #0 Accessor.enclosingCombo (package:dartdoc/src/model/accessor.dart) #1 Accessor.href (package:dartdoc/src/model/accessor.dart:146:23) #2 ModelElement.linkedNameParts (package:dartdoc/src/model/model_element.dart:691:23) #3 ModelElement.linkedName.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: The include file 'package:very_good_analysis/analysis_options.yaml' in '/tmp/pana_EXYYYO/lib/src/_internal/analysis_options.yaml' can't be found when analyzing '/tmp/pana_EXYYYO'.
lib/src/_internal/analysis_options.yaml:1:10
╷
1 │ include: package:very_good_analysis/analysis_options.yaml
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/_internal/analysis_options.yaml
- Running
dart formatfailed:
Formatted 45 files (0 changed) in 0.04 seconds.
Could not format because the source could not be parsed:
line 13, column 1 of ../../pana_EXYYYO/example/lib/example.dart: This requires the 'class-modifiers' language feature to be enabled.
╷
13 │ mixin class Foo {}
│ ^^^^^
╵
Warning: Package resolution error when reading "analysis_options.yaml" file:
Failed to resolve package URI "package:very_good_analysis/analysis_options.yaml" in include.```
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.0.0 |
2.7.0 | 2.7.0 | |
meta |
^1.11.0 |
1.17.0 | 1.17.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.5, Dart 3.10.7.
Check the analysis log for details.