code_quality_report

Creator: coderz1093

Last updated:

0 purchases

code_quality_report Image
code_quality_report Images

Languages

Categories

Add to Cart

Description:

code quality report

Code Quality Report #


Introduction
Installation
License and contributors

Introduction #
This application can be used to convert the results of dartanalyzer to Code Climate json reports. These JSON reports can then be used by other tools like GitLab CI.
By running
dartanalyzer . --format=machine 2>&1 | tocodeclimate > code-quality-report.json
copied to clipboard
this program will generate 'code-quality-report.json' containing JSON containing list of Code Climate issues as in specification.
Installation #
Run pub global activate code_quality_report to download the program and make a launch script available: <dart-cache>/bin/tojunit.
If the <dart-cache>/bin directory is not on your path, you will get a warning, including tips on how to fix it.
Once the directory is on your path you should be able to pipe dartanalyzer output to this program.
License and contributors #

The MIT License, see LICENSE.
For contributors, see AUTHORS.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.