code_climate 0.0.1 copy "code_climate: ^0.0.1" to clipboard
code_climate: ^0.0.1 copied to clipboard

A sample command-line application.

0
likes
100/ 140
pub points
0%
popularity

We analyzed this package 4 days ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
10 / 30trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL doesn't exist.

At the time of the analysis https://github.com/ueman/code_climate was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: code_climate,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

failed
Provide documentation
10 / 20trigger folding of the section

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

10 out of 19 API elements (52.6 %) have documentation comments.

Some symbols that are missing documentation: code_climate, code_climate.Issue.categories, code_climate.Issue.toJson, code_climate.Location.beginColumn, code_climate.Location.beginLine.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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 not compatible with platform Web

Because:

  • package:code_climate/code_climate.dart that imports:
  • package:code_climate/src/issue.dart that imports:
  • package:code_climate/src/utils.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
args ^2.1.0 2.4.2 2.4.2
crypto ^3.0.1 3.0.3 3.0.3
path ^1.7.0 1.9.0 1.9.0
process ^4.2.1 4.2.4 5.0.2
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
file - 6.1.4 7.0.0
meta - 1.12.0 1.12.0
platform - 3.1.4 3.1.4
typed_data - 1.3.2 1.3.2

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

The constraint `^4.2.1` on process does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions process to update the constraint.

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

Analyzed with Pana 0.22.2, Dart 3.3.0.

Check the analysis log for details.