Scribe-Android icon indicating copy to clipboard operation
Scribe-Android copied to clipboard

Fix linting issues due to ImplicitDefaultLocale

Open angrezichatterbox opened this issue 1 year ago • 0 comments

Terms

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:

  1. Comment or set to true the following line in detekt.yml:
    potential-bugs:
        ImplicitDefaultLocale:
            active: true
    
  2. Run the command ./gradlew detekt.
  3. 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. :)

angrezichatterbox avatar Sep 18 '24 10:09 angrezichatterbox