dashpay / dash-wallet

Dash Wallet for Android
https://dash.org
173 stars 169 forks source link

feat(dashdirect): ktlint as code formating tool #1097

Closed Syn-McJ closed 1 year ago

Syn-McJ commented 1 year ago

Replacing ktfmt with ktlint for code formatting. This still only applies to feature-exploredash atm.

Usage: ./gradlew ktlintFormat

There will be a separate CI pipeline to run ./gradlew ktlintCheck for pull requests.

Issue being fixed or feature implemented

Related PR's and Dependencies

Screenshots / Videos

How Has This Been Tested?

Checklist:

Syn-McJ commented 1 year ago

This is probably not needed, we can merge https://github.com/dashpay/dash-wallet/pull/1098 instead.