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

Fix linting issues due to Large Classes

Open angrezichatterbox opened this issue 1 year ago • 0 comments

Terms

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:

  1. Comment or set to true the following line in detekt.yml:
LargeClass:
    active: true

  1. Run the command ./gradlew detekt.
  2. 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. :)

angrezichatterbox avatar Sep 18 '24 10:09 angrezichatterbox