DataDog / dd-sdk-android

Datadog SDK for Android (Compatible with Kotlin and Java)
Apache License 2.0
141 stars 57 forks source link

Fix KtLint version in `local_ci` script #2039

Closed 0xnm closed 2 months ago

0xnm commented 2 months ago

What does this PR do?

The relevant version on CI according to the pipeline version is 0.50.0, so fixing it.

Review checklist (to be filled by reviewers)

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.28%. Comparing base (988232e) to head (9866df4). Report is 2 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #2039 +/- ## =========================================== + Coverage 82.85% 83.28% +0.43% =========================================== Files 491 491 Lines 17700 17671 -29 Branches 2683 2680 -3 =========================================== + Hits 14664 14716 +52 + Misses 2300 2222 -78 + Partials 736 733 -3 ``` [see 27 files with indirect coverage changes](https://app.codecov.io/gh/DataDog/dd-sdk-android/pull/2039/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DataDog)