Scribe-Android
Scribe-Android copied to clipboard
Fix linting issues caused due to Complex conditions
Terms
- [X] I have searched open and closed feature requests
- [X] I agree to follow Scribe-Android's Code of Conduct
Description
The ComplexCondition rule is currently turned off. This rule helps in identifying conditions that are overly complex, which can make the code difficult to understand. Re-enabling this rule will improve code clarity.
Steps to find the lines to modify:
- Comment or set to true the following line in detekt.yml:
ComplexCondition:
active: true
- Run the command ./gradlew detekt.
- Review the output to find the complex conditions that need simplification.
Contribution
I would love to work on this issue and am more than willing to help anyone fix the issue :)
Hello - could I try working on this issue?
By all means, @albendz! Great to have you in the community :) Please let us know if there's something we can do to help 😊
Closed by #201 :) Thanks so much, @albendz! 🚀