Scribe-Android
Scribe-Android copied to clipboard
Fix linting issue due to InvalidPackageDeclaration
Terms
- [X] I have searched open and closed feature requests
- [X] I agree to follow Scribe-Android's Code of Conduct
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:
- Comment or set to true the following line in
detekt.yml:naming: InvalidPackageDeclaration: active: true - Run the command
./gradlew detekt. - 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. :)