Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(lint): added new lints and dcm #228

Merged
merged 23 commits into from
Oct 13, 2024

chore(ci): update world_flags workflow

dd426d5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

refactor(lint): added new lints and dcm #228

chore(ci): update world_flags workflow
dd426d5
Select commit
Loading
Failed to load commit list.
GitHub Actions / Analysis of sealed_languages succeeded Oct 13, 2024 in 58s

Package analysis results for sealed_languages

Score

150/160 points
(93.75%)

Supported platforms

  • Flutter
    • android
    • ios
    • windows
    • linux
    • macos
    • web
  • Dart
    • native-aot
      Can be aot compiled with eg. dart2native (Can use dart:io but not dart:mirrors)
    • native-jit
      Can be run with the dart vm in jit mode. (Can use dart:io and dart:mirrors)
    • web
      Can be compiled with DDC and dart2js. (Can use dart:html and friends, not dart:io, dart:mirrors, dart:ffi, etc.)

Details

Follow Dart file conventions (30/30)

βœ” 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.

Provide documentation (10/20)

βœ” 10/10 points: 20% or more of the public API has dartdoc comments

1800 out of 1821 API elements (98.8 %) have documentation comments.

Some symbols that are missing documentation: sealed_languages.NaturalLanguageBoolGetters, sealed_languages.NaturalLanguageFamilyFunctional, sealed_languages.NaturalLanguageFamilyFunctional.map, sealed_languages.NaturalLanguageFamilyFunctional.maybeMap, sealed_languages.NaturalLanguageFamilyFunctional.maybeWhen.

❌ 0/10 points: Package has an example and has no issues with screenshots

Found 8 issues. Showing the first 2:

  • No such file or directory

  • No such file or directory

Platform support (20/20)

βœ” 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.dev/web/wasm for details.

Pass static analysis (50/50)

βœ” 50/50 points: code has no errors, warnings, lints, or formatting issues

Support up-to-date dependencies (40/40)

βœ” 10/10 points: All of the package dependencies are supported in the latest version

No dependencies.

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.

Versions