analyzer_formatter 0.1.2 copy "analyzer_formatter: ^0.1.2" to clipboard
analyzer_formatter: ^0.1.2 copied to clipboard

outdated

Tool for Dart Analyzer result formatting

analyzer_formatter #

GitHubActions

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

How to use #

  1. Check your project with Dart Analyzer and write its output to a file:
flutter analyze > analyzer_report.txt

analyzer_report.txt is the name of Dart Analyzer report by default. You can change it and pass your own by --analyzerReportFile argument.

  1. Run tool for project folder:
flutter pub global run analyzer_formatter

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

If you don't see any error messages, submit your pull request.

Contributors #

1
likes
0
pub points
8%
popularity

Publisher

verified publisherwhisperarts.com

Tool for Dart Analyzer result formatting

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

path, xml

More

Packages that depend on analyzer_formatter