analyzer_formatter

Last updated:

0 purchases

analyzer_formatter Image
analyzer_formatter Images
Add to Cart

Description:

analyzer formatter

analyzer_formatter #


About #
Tool for converting Dart Analyzer output to Checkstlye and JUnit report formats.
Installation #
Install tool from pub.dev:
flutter pub global activate analyzer_formatter
copied to clipboard
How to use #

Check your project with Dart Analyzer and write its output to a file:

flutter analyze > analyzer_report.txt
copied to clipboard
analyzer_report.txt is the name of Dart Analyzer report by default. You can change it and pass your own by --analyzerReportFile argument.

Run tool for project folder:

flutter pub global run analyzer_formatter
copied to clipboard
Arguments #



Name
Description




--analyzerReportFile
Relative path to Analyzer report file


--outputSuffix
Suffix of a converted report file


--help
Print tool description


--testStyle
Convert a result to JUnit report



How to contribute #
Make sure your build is green before you contribute your pull request. Then:
$ dart analyze
copied to clipboard
If you don't see any error messages, submit your pull request.
Contributors #

@fartem as Artem Fomchenkov
@dynaevdv as Denis Dunaev
@qwertyway as Artem Demyanov
@GeorgeOblomov as Egor Grischenkov

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.