nocterm_lints 0.3.0+beta.2 copy "nocterm_lints: ^0.3.0+beta.2" to clipboard
nocterm_lints: ^0.3.0+beta.2 copied to clipboard

Nocterm lints add Assistants to the editor.

30/ 160
pub points
53
downloads

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

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

Failed check 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.

Homepage URL doesn't exist.

At the time of the analysis https://zoocityboy.github.io/nocterm_lints was unreachable. Make sure that the website is reachable via HEAD requests.

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

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

Failed check 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 report section
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting nocterm_lints... Discovering libraries... Linking elements... Precaching local docs for 321007 elements... Initialized dartdoc with 958 libraries Generating docs for library utilities/extensions/ast.dart from package:nocterm_lints/utilities/extensions/ast.dart... Generating docs for library nocterm_lints.dart from package:nocterm_lints/nocterm_lints.dart... Generating docs for library main.dart from package:nocterm_lints/main.dart... ERR: warning: unresolved doc reference [!info] from package-nocterm_lints: file:///tmp/pana_ZJNQAS

dartdoc 9.0.1 (/home/worker/dartdoc/build/dartdoc) failed: Null check operator used on a null value #0 ModelElement.constructFromElementDeclaration (package:dartdoc/src/model/model_element.dart:320) #1 new ModelElement.for (package:dartdoc/src/model/model_element.dart:250) #2 new ModelElement.forElement (package:dartdoc/src/model/model_element.dart:112) #3 Nameable.getModelForElement (package:dartdoc/src/model/nameable.dart:73) #4 CommentReferable._lookupViaScope (package:dartdoc/src/model/comment_referable.dart:142) #5 CommentReferable.referenceBy (package:dartdoc/src/model/comment_referable.dart:58) [32 more lines]

Passed check 10/10 points: Package has an example

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

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

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

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

Found 13 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:nocterm_lints/utilities/extensions/nocterm.dart'.

lib/src/assistants/swap_with_child.dart:11:8

   ╷
11 │ import 'package:nocterm_lints/utilities/extensions/nocterm.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/assistants/swap_with_child.dart

ERROR: The getter 'childArgument' isn't defined for the type 'InstanceCreationExpression'.

lib/src/assistants/swap_with_child.dart:41:22

   ╷
41 │     } else if (child.childArgument case var childArgument?) {
   │                      ^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/assistants/swap_with_child.dart

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

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

Package Constraint Compatible Latest Notes
analysis_server_plugin ^0.3.4 0.3.4 0.3.10
analyzer >=8.0.0 <10.0.0 9.0.0 10.2.0
analyzer_plugin ^0.13.8 0.13.11 0.14.4
collection ^1.19.1 1.19.1 1.19.1
nocterm ^0.5.1 0.5.1 0.5.1
path ^1.9.1 1.9.1 1.9.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 92.0.0 96.0.0
ansi_escape_codes - 2.1.0 2.1.0
archive - 4.0.9 4.0.9
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
dart_style - 3.1.3 3.1.5
equatable - 2.0.8 2.0.8
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
hotreloader - 4.3.0 4.3.0
image - 4.8.0 4.8.0
logging - 1.3.0 1.3.0
markdown - 7.3.0 7.3.0
matcher - 0.12.18 0.12.18
meta - 1.18.1 1.18.1
package_config - 2.2.0 2.2.0
petitparser - 7.0.2 7.0.2
posix - 6.0.3 6.0.3
pub_semver - 2.2.0 2.2.0
quiver - 3.2.2 3.2.2
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.9 0.7.9
typed_data - 1.4.0 1.4.0
vm_service - 15.0.2 15.0.2
watcher - 1.2.1 1.2.1
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3
yaml_edit - 2.2.4 2.2.4
zmodem - 0.0.6 0.0.6

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

The constraint `>=8.0.0 <10.0.0` on analyzer does not support the stable version `10.0.0`.

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

The constraint `^0.13.8` on analyzer_plugin does not support the stable version `0.14.0`.

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

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 12 errors:

  • URI_DOES_NOT_EXIST - lib/src/assistants/swap_with_child.dart:11:8 - Target of URI doesn't exist: 'package:nocterm_lints/utilities/extensions/nocterm.dart'.
  • UNDEFINED_GETTER - lib/src/assistants/swap_with_child.dart:41:22 - The getter 'childArgument' isn't defined for the type 'InstanceCreationExpression'.
  • UNDEFINED_GETTER - lib/src/assistants/swap_with_child.dart:86:62 - The getter 'isChildArgument' isn't defined for the type 'Expression'.

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.23.10, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: