leancode_lint 20.0.0-dev.4
leancode_lint: ^20.0.0-dev.4 copied to clipboard
Robust, high-quality lint rules used at LeanCode.
We analyzed this package 3 hours ago, and awarded it 30 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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: Apache-2.0
.
0/10 points: 20% or more of the public API has dartdoc comments
Dependency resolution failed, unable to run dartdoc
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Platform support detection failed
Could not determine supported platforms as package resolution failed.
Run flutter pub get
for more information.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
- Running
flutter pub outdated
failed with the following output:
Note: matcher is pinned to version 0.12.17 by flutter_test from the flutter SDK.
See https://dart.cn/go/sdk-version-pinning for details.
0/10 points: All of the package dependencies are supported in the latest version
- Could not run
flutter pub outdated
:flutter pub get
failed:
OUT:
Resolving dependencies...
ERR:
Note: matcher is pinned to version 0.12.17 by flutter_test from the flutter SDK.
See https://dart.cn/go/sdk-version-pinning for details.
Note: test_api is pinned to version 0.7.6 by flutter_test from the flutter SDK.
See https://dart.cn/go/sdk-version-pinning for details.
The current Dart SDK version is 3.9.2.
Because test >=1.16.0-nullsafety.8 <1.16.0-nullsafety.12 depends on yaml ^2.0.0 and test >=1.16.0-nullsafety.10 <1.16.1 depends on analyzer >=0.36.0 <0.42.0, test >=1.16.0-nullsafety.8 <1.16.1 re[...]
And because test >=0.12.0-beta.3 <1.16.0-nullsafety.8 doesn't support null safety and test >=1.16.0-nullsafety.19 <1.16.6 depends on test_api 0.2.19, test >=0.12.0-beta.3 <1.16.6 requires yaml ^2[...]
[18 more lines]
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
flutter pub downgrade
failed with:
OUT:
Resolving dependencies...
ERR:
Note: matcher is pinned to version 0.12.17 by flutter_test from the flutter SDK.
See https://dart.cn/go/sdk-version-pinning for details.
Note: test_api is pinned to version 0.7.6 by flutter_test from the flutter SDK.
See https://dart.cn/go/sdk-version-pinning for details.
The current Dart SDK version is 3.9.2.
Because test >=1.16.0-nullsafety.8 <1.16.0-nullsafety.12 depends on yaml ^2.0.0 and test >=1.26.3 depends on test_api 0.7.7, test >=1.16.0-nullsafety.8 <1.16.0-nullsafety.12 or >=1.26.3 requires [...]
And because test >=1.25.9 <1.26.3 depends on analyzer >=6.0.0 <8.0.0 and test >=1.24.3 <1.25.13 depends on matcher >=0.12.16 <0.12.17, test >=1.16.0-nullsafety.8 <1.16.0-nullsafety.12 or >=1.24.3[...]
[19 more lines]
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.