Scribe-Android icon indicating copy to clipboard operation
Scribe-Android copied to clipboard

Fix linting issue due to Long Methods

Open angrezichatterbox opened this issue 1 year ago • 0 comments

Terms

Description

The LongMethod rule is currently inactive. This rule identifies methods that are too long, which can affect readability and maintainability. Re-enabling this rule will help in managing method size and improving code quality.

Steps to see which lines have to be modified:

  • Comment or set to true the following line in detekt.yml:
LongMethod:
    active: true

  • Execute the command ./gradlew detekt.
  • Check the output to find methods that need to be refactored.

Contribution

I would love to work on this issue and am more than willing to help anyone fix this issue :)

angrezichatterbox avatar Sep 14 '24 04:09 angrezichatterbox