flutter_analyze_reporter 0.0.2
flutter_analyze_reporter: ^0.0.2 copied to clipboard
Parse Flutter analyze output to display it within GitLab Code Quality Widget
Flutter Analyze Reporter is parser to create reports from flutter analyze output.
Currently only useful if you would like to display lint issues within GitLab Code Quality Widget.
Usage #
Parse flutter analyze output for GitLab Code Quality Widget.
Example .gitlab-ci.yml file:
stages:
- test
code_quality:
stage: test
allow_failure: true
before_script:
- export PATH="$PATH":"$HOME/.pub-cache/bin"
script:
- dart pub global activate flutter_analyze_reporter
- flutter_analyze_reporter --output=report.json --reporter=gitlab
reports:
codequality: report.json
GitLab Code Quality Widget #
Code quality degraded

No Changes to code quality
