code_quality_report 0.1.1 copy "code_quality_report: ^0.1.1" to clipboard
code_quality_report: ^0.1.1 copied to clipboard

outdated

Generate Code Climate JSON reports from dart Analysis Server. Transforms the output of dartanalyzer to GitLab code quality JSON

example/example.md

Example .gitlab-ci.yml file used internally by this program:

stages:
  - test

dartanalyzer:
  image: google/dart
  stage: test
  before_script:
    - pub global activate code_quality_report
    - export PATH="$PATH":"$HOME/.pub-cache/bin"
  script:
    - pub get
    - dartanalyzer . --format=machine 2>&1 | tocodeclimate > code-quality-report.json
  artifacts:
    reports:
      codequality: code-quality-report.json

Reference: GitLab CI/CD pipeline configuration reference

3
likes
0
points
1.53k
downloads

Publisher

verified publisheradrianjagielak.dev

Weekly Downloads

Generate Code Climate JSON reports from dart Analysis Server. Transforms the output of dartanalyzer to GitLab code quality JSON

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto

More

Packages that depend on code_quality_report