Re: [PATCH] maint: stop using .x-sc_* files to list syntax-check exemptions

2011-03-30 Thread Jim Meyering
Paolo Bonzini wrote: > On 03/19/2011 06:35 PM, Jim Meyering wrote: >> +exclude_file_name_regexp--sc_space_tab = ^gl/lib/.*\.c\.diff$$ > > .diff and .patch files should probably be exempted from this rule at > the gnulib level, no? Hi Paolo, I debated that. However, a patch will contain a space-TA

Re: [PATCH] maint: stop using .x-sc_* files to list syntax-check exemptions

2011-03-30 Thread Paolo Bonzini
On 03/19/2011 06:35 PM, Jim Meyering wrote: +exclude_file_name_regexp--sc_space_tab = ^gl/lib/.*\.c\.diff$$ .diff and .patch files should probably be exempted from this rule at the gnulib level, no? Paolo