Re: [PATCH v4] checkpatch: allow long lines containing URL

2017-11-22 Thread Joe Perches
On Wed, 2017-11-22 at 13:57 +0100, Andreas Brauchli wrote: > Allow lines with URL to exceed the 80 char limit for improved > interaction in adaption to ongoing but undocumented practice. Acked-by: Joe Perches > $ git grep -E '://\S{77}.*' -- '*.[ch]' > > As per RFC3986 [1], the URL format allow

[PATCH v4] checkpatch: allow long lines containing URL

2017-11-22 Thread Andreas Brauchli
Allow lines with URL to exceed the 80 char limit for improved interaction in adaption to ongoing but undocumented practice. $ git grep -E '://\S{77}.*' -- '*.[ch]' As per RFC3986 [1], the URL format allows for alphanum, +, - and . characters in the scheme before the separator :// as long as it st