Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linting issues due to Large Classes #125

Open
2 tasks done
angrezichatterbox opened this issue Sep 18, 2024 · 0 comments
Open
2 tasks done

Fix linting issues due to Large Classes #125

angrezichatterbox opened this issue Sep 18, 2024 · 0 comments
Labels
feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed refactor Refactor code to improve quality

Comments

@angrezichatterbox
Copy link
Collaborator

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 angrezichatterbox added feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed refactor Refactor code to improve quality labels Sep 18, 2024
@angrezichatterbox angrezichatterbox changed the title Fix listing issues due to Large Classes Fix linting issues due to Large Classes Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed refactor Refactor code to improve quality
Projects
Status: Todo
Development

No branches or pull requests

1 participant