ailabstw / ailabstw/social-distancing-android
Private property naming convention
Open
good first issue
- Dominant language
- Kotlin
- Stars
- 91
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/ailabstw/social-distancing-android/blob/develop/SocialDistance/src/main/java/tw/gov/cdc/exposurenotifications/activity/UploadActivity.kt
- Private property name 'SUPPORTED_TEST_TYPES' should not contain underscores in the middle or the end
- Private property name 'COMMAS' doesn't match regex '_?[a-z][A-Za-z\d]*'
- Private property name 'BASE64' doesn't match regex '_?[a-z][A-Za-z\d]*'
- Private property name 'HASH_ALGO' should not contain underscores in the middle or the end
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.