aelve / guide

A workspace for research teams
https://guide.aelve.com
106 stars 10 forks source link

Enforce line length in code (no more than 100 chars) #133

Closed neongreen closed 5 years ago

neongreen commented 8 years ago

I don't know how to do it. A Travis check? A commit hook? (How do commit hooks work? I've no idea.)

Also, I thought that there was no problem with unwrapped comments in code, for instance, but I was wrong (Github doesn't display them nicely) so I'm going to wrap them all now. We still need something to enforce line length after I wrap the comments, though.

neongreen commented 5 years ago

Eh.