search for: sc_error_message_uppercase

Displaying 6 results from an estimated 6 matches for "sc_error_message_uppercase".

2015 Mar 11
2
[PATCH] maint.mk: remove error_message_period check
...ww.redhat.com/archives/libguestfs/2014-September/msg00215.html Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- maint.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/maint.mk b/maint.mk index b6ec1b5..76759d4 100644 --- a/maint.mk +++ b/maint.mk @@ -408,13 +408,6 @@ sc_error_message_uppercase: { echo '$(ME): found capitalized error message' 1>&2; \ exit 1; } || : -# Error messages should not end with a period -sc_error_message_period: - @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \ - | grep -E '[^."]\."' && \...
2015 Mar 12
1
Re: [PATCH] maint.mk: remove error_message_period check
...ao <chenhanxiao@cn.fujitsu.com> > > --- > > maint.mk | 7 ------- > > 1 file changed, 7 deletions(-) > > > > diff --git a/maint.mk b/maint.mk > > index b6ec1b5..76759d4 100644 > > --- a/maint.mk > > +++ b/maint.mk > > @@ -408,13 +408,6 @@ sc_error_message_uppercase: > > { echo '$(ME): found capitalized error message' 1>&2; \ > > exit 1; } || : > > > > -# Error messages should not end with a period > > -sc_error_message_period: > > - @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \ >...
2015 Mar 12
0
Re: [PATCH] maint.mk: remove error_message_period check
...15.html > > Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> > --- > maint.mk | 7 ------- > 1 file changed, 7 deletions(-) > > diff --git a/maint.mk b/maint.mk > index b6ec1b5..76759d4 100644 > --- a/maint.mk > +++ b/maint.mk > @@ -408,13 +408,6 @@ sc_error_message_uppercase: > { echo '$(ME): found capitalized error message' 1>&2; \ > exit 1; } || : > > -# Error messages should not end with a period > -sc_error_message_period: > - @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \ > - | grep -E '[^.&qu...
2009 Sep 24
1
enabling more syntax-checks
...hout_use \ sc_prohibit_quotearg_without_use \ sc_prohibit_stat_st_blocks \ sc_prohibit_strcmp_and_strncmp \ sc_prohibit_strcmp \ - sc_root_tests \ sc_space_tab \ - sc_sun_os_names \ - sc_system_h_headers \ - sc_tight_scope \ sc_two_space_separator_in_usage \ sc_error_message_uppercase \ sc_program_name \ - sc_require_test_exit_idiom \ - sc_makefile_check \ $(disable_temporarily) \ sc_useless_cpp_parens disable_temporarily = \ + sc_makefile_check \ sc_unmarked_diagnostics \ sc_prohibit_ctype_h \ sc_prohibit_asprintf \ - sc_m4_quote_check...
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...hout_use \ + sc_prohibit_quotearg_without_use \ + sc_prohibit_stat_st_blocks \ + sc_prohibit_strcmp_and_strncmp \ + sc_prohibit_strcmp \ + sc_root_tests \ + sc_space_tab \ + sc_sun_os_names \ + sc_system_h_headers \ + sc_tight_scope \ + sc_two_space_separator_in_usage \ + sc_error_message_uppercase \ + sc_program_name \ + sc_require_test_exit_idiom \ + sc_makefile_check \ + sc_useless_cpp_parens + +# Avoid uses of write(2). Either switch to streams (fwrite), or use +# the safewrite wrapper. +sc_avoid_write: + @if $(VC_LIST_EXCEPT) | grep '\.c$$' > /dev/null; then \ +...
2009 Nov 09
1
use STREQ(a,b), not strcmp(a,b) == 0
...-- a/cfg.mk +++ b/cfg.mk @@ -36,8 +36,6 @@ local-checks-to-skip = \ sc_prohibit_quote_without_use \ sc_prohibit_quotearg_without_use \ sc_prohibit_stat_st_blocks \ - sc_prohibit_strcmp_and_strncmp \ - sc_prohibit_strcmp \ sc_space_tab \ sc_two_space_separator_in_usage \ sc_error_message_uppercase \ -- 1.6.5.2.351.g0943