Closed KesharwaniArpita closed 1 month ago
The Scribe team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)
If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Android rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you!
Contributor checklist
Description
This PR addresses the issue of lines of code exceeding the maximum allowed line length, as specified in our coding standards. Long lines can be hard to read and maintain, so I've refactored the relevant code to improve readability and adhere to the established guidelines.
Changes Made:
Example Before:
Example After:
How to Verify: To ensure compliance with the maximum line length rule:
MaxLineLength
rule in thedetekt.yml
configuration file../gradlew detekt
in the terminal to identify any remaining lines that violate the rule.Additional Information: This change significantly enhances the code's readability and maintainability. The documentation provides more insights into the importance of this coding standard.
Related issue
93