Scribe-Android
Scribe-Android copied to clipboard
Fix linting issues due to ImplicitDefaultLocale
Terms
- [X] I have searched open and closed feature requests
- [X] I agree to follow Scribe-Android's Code of Conduct
Description
The ImplicitDefaultLocale rule is currently disabled. This rule helps detect potential bugs related to the use of the default locale in the code. Re-enabling this rule will help ensure that locale-specific operations are handled correctly.
Steps to see which lines have to be modified:
- Comment or set to true the following line in
detekt.yml:potential-bugs: ImplicitDefaultLocale: active: true - Run the command
./gradlew detekt. - Review the results to identify any potential issues related to default locale usage.
Contribution
I would love to work on this issue and am more than willing to help anyone fix this issue. :)