Hacker News new | ask | show | jobs
by frou_dh 4499 days ago
What doesn't help is silly idioms in some environments where most of the lines written START at 2 or 3 indents deep because they're inside a method inside a class inside a namespace that are all indented.

===

If anyone's interested, I wrote a simple command to scan files for configurable line length violations and the presence of a file-terminating line ending.

https://github.com/frou/pagecop

(yes, I'm aware it could probably be duplicated with some sed/awk wrangling!)