vala-lang / vala-lint

Check code-style of Vala code files
GNU General Public License v2.0
96 stars 15 forks source link

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

Open dar5hak opened 3 years ago

dar5hak commented 3 years ago

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.