Scribe-Android
Scribe-Android copied to clipboard
Fix linting issues caused due to too many functions
Terms
- [X] I have searched open and closed feature requests
- [X] I agree to follow Scribe-Android's Code of Conduct
Description
The TooManyFunctions rule in Detekt is currently disabled. This rule helps identify classes that contain too many functions, which can lead to reduced readability and maintainability. The goal is to re-enable this rule to ensure that classes remain manageable and adhere to best practices.
Steps to see which files have to be modified:
- Comment or set to true the following line
TooManyFunctions:
active: true
- Run the command
./gradlew detekt. - Review the output to see which files and classes need modification.
Contribution
I would love to take on this issue and am more than happy to helpful anyone fix this issue :)