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

Fixing a space-before-paren issue may cross line length limit #153

Open
dar5hak opened this issue Nov 18, 2021 · 0 comments
Open

Fixing a space-before-paren issue may cross line length limit #153

dar5hak opened this issue Nov 18, 2021 · 0 comments

Comments

@dar5hak
Copy link
Contributor

dar5hak commented Nov 18, 2021

We noticed in #146 that fixing a space-before-paren would add an extra character to the line, potentially crossing the length limit. This would regressively introduce one more lint issue, which wouldn't be detected until the next run.

Shouldn't be too common, since not many lines are exactly as long as the configured limit, but a problem nonetheless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant