openwallet-foundation-labs / identity-credential

Apache License 2.0
149 stars 76 forks source link

KTLint Violation Fix - const val names should follow screaming snake case #598

Closed dritan-x closed 1 month ago

dritan-x commented 1 month ago

Addresses some of the violations from the property-naming rule - namely, this PR provides fixes for lines that violate Property name should use the screaming snake case notation when the value can not be changed (standard:property-naming)

KTLint progress https://docs.google.com/document/d/15sudT38S_EMyEANG2td4uDj1i5AlPsWh89JEci9ztgU/edit?resourcekey=0-FYwTd3Tp8f-RZnyEvUdfHQ&tab=t.0#heading=h.7ekjxflvdla5

All tests pass and ran app holder + verifier for sanity test.