ai-cfia / github-workflows

Reusable github workflows
MIT License
2 stars 0 forks source link

Issue #90: Allow use of custom config file for yaml linting and change line length rule to 120 #91

Closed SonOfLope closed 8 months ago

SonOfLope commented 8 months ago

Why change line length rule : Complex expressions, such as long strings, URLs, or detailed function calls, become harder to read and understand when split across multiple lines. It also increases development overhead for some use case where we cannot simply reduce line length.

Also, IDEs and code editors are now better equipped to handle longer lines, making the 80-character limit less relevant.