Scribe-Android
Scribe-Android copied to clipboard
Fix linting issues due to Large Classes
Terms
- [X] I have searched open and closed feature requests
- [X] I agree to follow Scribe-Android's Code of Conduct
Description
The LargeClass rule is currently disabled. This rule helps in detecting classes that are too large, which can lead to code that is harder to maintain. Re-enabling this rule will aid in managing class complexity.
Steps to see which lines have to be modified:
- Comment or set to true the following line in detekt.yml:
LargeClass:
active: true
- Run the command
./gradlew detekt. - Review the results to identify classes that need refactoring.
Contribution
I would love to work on this issue and am more than willing to help anyone fix this issue. :)