Dart Code Metrics

⚠️

Code Climate Quality is being replaced with Qlty Cloud

— New users should sign up directly at qlty.sh.
— To migrate an existing account, please see our Migration Guide.

149

Language / Framework:
Checks: ~5
Categories:

Dart Code Metrics is a static analysis tool that helps improve code quality. It analyzes code metrics and provides the following reports:

  • Cyclomatic complexity of methods
  • Lines of Executable Code
  • Maximum Nesting
  • Number of Arguments
  • Number of Methods

Enable the Plugin

To enable Dart analysis, add the following to your .codeclimate.yml configuration file:

plugins:
  dart:
    enabled: true

More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate

Configure the Plugin

You may specify custom settings for the Dart plugin under the plugin's config node in your .codeclimate.yml:

plugins:
  dart:
    enabled: true
    config:
      - A
      - B
      - C

Understand the Plugin


pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy