lint_kit_cli 0.0.21 copy "lint_kit_cli: ^0.0.21" to clipboard
lint_kit_cli: ^0.0.21 copied to clipboard

The official CLI for the Lint Kit ecosystem. Authenticate, manage devices, run analyzers, retrieve logs, and interact with the Lint Kit backend.

0
likes
110/ 160
pub points
799
downloads

We analyzed this package 28 hours ago, and awarded it 110 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

569 out of 812 API elements (70.1 %) have documentation comments.

Some symbols that are missing documentation: lint_kit_cli, lint_kit_cli.AnalyzeCommand, lint_kit_cli.AnalyzeCommand.AnalyzeCommand.new, lint_kit_cli.AnalyzeCommand.client, lint_kit_cli.AnalyzeCommand.directories.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Web`.

Because:

  • package:lint_kit_cli/lint_kit_cli.dart that imports:
  • package:lint_kit_cli/src/utils/type_def.dart that imports:
  • package:mason/mason.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/ffi/terminal.dart that imports:
  • package:mason_logger/src/ffi/windows_terminal.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:lint_kit_cli/lint_kit_cli.dart that imports:
  • package:lint_kit_cli/src/utils/type_def.dart that imports:
  • package:mason/mason.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/ffi/terminal.dart that imports:
  • package:mason_logger/src/ffi/windows_terminal.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:lint_kit_cli/lint_kit_cli.dart that imports:
  • package:lint_kit_cli/src/utils/type_def.dart that imports:
  • package:mason/mason.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/ffi/terminal.dart that imports:
  • package:mason_logger/src/ffi/windows_terminal.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:lint_kit_cli/lint_kit_cli.dart that imports:
  • package:lint_kit_cli/src/utils/type_def.dart that imports:
  • package:mason/mason.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/ffi/terminal.dart that imports:
  • package:mason_logger/src/ffi/windows_terminal.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:lint_kit_cli/lint_kit_cli.dart that imports:
  • package:lint_kit_cli/src/utils/type_def.dart that imports:
  • package:mason/mason.dart that imports:
  • package:mason_logger/mason_logger.dart that imports:
  • package:mason_logger/src/mason_logger.dart that imports:
  • package:mason_logger/src/terminal_overrides.dart that imports:
  • package:mason_logger/src/ffi/terminal.dart that imports:
  • package:mason_logger/src/ffi/windows_terminal.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:lint_kit_cli/lint_kit_cli.dart that imports:
  • package:lint_kit_cli/src/utils/type_def.dart that imports:
  • package:mason/mason.dart that imports:
  • package:mason/src/mason_yaml.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 74 issues. Showing the first 2:

WARNING: Unused import: 'package:revali_client/revali_client.dart'.

lib/src/gen/backend_client/lib/interfaces.dart:12:8

   ╷
12 │ import 'package:revali_client/revali_client.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/gen/backend_client/lib/interfaces.dart

WARNING: Unused import: 'package:http/http.dart'.

lib/src/gen/backend_client/lib/lint_kit_backend.dart:14:8

   ╷
14 │ import 'package:http/http.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/gen/backend_client/lib/lint_kit_backend.dart

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
args ^2.7.0 2.7.0 2.7.0
change_case ^2.2.0 2.2.0 2.2.0
equatable ^2.0.7 2.0.7 2.0.7
file ^7.0.1 7.0.1 7.0.1
get_it ^8.0.3 8.0.3 8.0.3
http ^1.4.0 1.4.0 1.4.0
intl ^0.20.2 0.20.2 0.20.2
json_annotation ^4.9.0 4.9.0 4.9.0
lint_kit_core ^0.0.10 0.0.10 0.0.10
lint_kit_domain ^0.0.3 0.0.3 0.0.3
mason ^0.1.1 0.1.1 0.1.1
mason_logger ^0.3.3 0.3.3 0.3.3
meta ^1.16.0 1.17.0 1.17.0
platform ^3.1.6 3.1.6 3.1.6
pub_semver ^2.2.0 2.2.0 2.2.0
pub_updater ^0.5.0 0.5.0 0.5.0
revali_client ^1.3.0 1.4.0 1.4.0
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 76.0.0 85.0.0
analyzer - 6.11.0 7.5.2
archive - 4.0.7 4.0.7
async - 2.13.0 2.13.0
autoequal - 0.9.1 0.9.1 Discontinued
checked_yaml - 2.0.4 2.0.4
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
ffi - 2.1.4 2.1.4
get_it_injector - 0.5.6 0.5.6
glob - 2.1.3 2.1.3
http_parser - 4.1.2 4.1.2
io - 1.0.5 1.0.5
lukehog_client - 0.4.6 0.4.6
macros - 0.1.3-main.0 0.1.3-main.0 Discontinued
mustache_template - 2.0.0 2.0.0
nanoid2 - 2.0.1 2.0.1
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
pool - 1.5.1 1.5.1
posix - 6.0.3 6.0.3
process - 5.0.4 5.0.4
retry - 3.1.2 3.1.2
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
watcher - 1.1.2 1.1.2
web - 1.1.1 1.1.1
win32 - 5.14.0 5.14.0
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 4 errors:

  • UNDEFINED_GETTER - bin/lint_kit.dart:128:10 - The getter 'interceptors' isn't defined for the type 'RevaliClient'.
  • IMPLEMENTS_NON_CLASS - lib/src/utils/remove_auth_cookie.dart:5:35 - Classes and mixins can only implement other classes and mixins.
  • UNDEFINED_METHOD - lib/src/utils/remove_auth_cookie.dart:18:21 - The method 'remove' isn't defined for the type 'Storage'.

Run dart pub downgrade and then dart 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.21, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
799
downloads

Publisher

verified publisherlintkit.dev

Weekly Downloads

The official CLI for the Lint Kit ecosystem. Authenticate, manage devices, run analyzers, retrieve logs, and interact with the Lint Kit backend.

View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, change_case, equatable, file, get_it, http, intl, json_annotation, lint_kit_core, lint_kit_domain, mason, mason_logger, meta, platform, pub_semver, pub_updater, revali_client

More

Packages that depend on lint_kit_cli