Re: [PATCH] check_GNU_style.sh "80 characters exceeded" error fix

2015-02-08 Thread Gerald Pfeifer
On Monday 2014-12-08 15:15, Jeff Law wrote: >> * contrib/check_GNU_style.sh (col): Got rid of cut operation >> from the pipe chain and instead added cut inside awk command. > Yes. Please install on the trunk. I was going to apply this for Mantas (who does not have write acce

Re: [PATCH] check_GNU_style.sh "80 characters exceeded" error fix

2014-12-08 Thread Jeff Law
On 11/24/14 06:51, Mantas Mikaitis wrote: check_GNU_style.sh error "Lines should not exceed 80 characters" does not return the file name and line number where error is present, only the line of code. Whereas other kind of errors return full information. This small patch will fix this and make ch

[PATCH] check_GNU_style.sh "80 characters exceeded" error fix

2014-11-24 Thread Mantas Mikaitis
check_GNU_style.sh error "Lines should not exceed 80 characters" does not return the file name and line number where error is present, only the line of code. Whereas other kind of errors return full information. This small patch will fix this and make check_GNU_style.sh return full information