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

Fix linting issue due to InvalidPackageDeclaration

Open angrezichatterbox opened this issue 1 year ago • 0 comments

Terms

Description

The InvalidPackageDeclaration rule is currently disabled. This rule helps ensure that package declarations are valid, promoting a better project structure. Re-enabling this rule will assist in maintaining proper package organization.

Steps to see which lines have to be modified:

  1. Comment or set to true the following line in detekt.yml:
    naming:
        InvalidPackageDeclaration:
            active: true
    
  2. Run the command ./gradlew detekt.
  3. Review the results to identify any invalid package declarations that need fixing.

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