-
Notifications
You must be signed in to change notification settings - Fork 109
Linting issues due to line length #93
Copy link
Copy link
Closed
Labels
featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestIncluded as a part of HacktoberfestIncluded as a part of Hacktoberfesthelp wantedExtra attention is neededExtra attention is neededrefactorRefactor code to improve qualityRefactor code to improve quality
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestIncluded as a part of HacktoberfestIncluded as a part of Hacktoberfesthelp wantedExtra attention is neededExtra attention is neededrefactorRefactor code to improve qualityRefactor code to improve quality
Type
Projects
Status
Done
Terms
Description
Methods or lines of code that exceed the maximum allowed line length can be hard to read and maintain. To improve readability and maintainability, it is essential to ensure that lines do not exceed the maximum line length specified in the coding standards.
Before fixing:
After fixing:
More about this can be understood from the docs
The lines to fix can be found out by:
Contribution
I would love to work on this and more than willing to help anyone solve this issue. :hap