Home | History | Annotate | Download | only in checkers

Lines Matching refs:don

1226         # (okay, it's not actually valid, but we don't want a false positive)
2115 # Don't warn on forward declarations of various types.
2254 # Verify that we don't blindly suggest the WTF prefix for all headers.
2307 # Don't warn if double-slash precedes the symbol
4569 "// Don't use NULL in comments since it isn't in code.",
4810 name_underscore_error_message = " is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4]"
4811 name_tooshort_error_message = " is incorrectly named. Don't use the single letter 'l' as an identifier name. [readability/naming] [4]"
4953 'webkit_web_view_load is incorrectly named. Don\'t use underscores in your identifier names.'
4955 # Test that this doesn't also apply to names that don't start with 'webkit_'.
4957 'otherkit_web_view_load is incorrectly named. Don\'t use underscores in your identifier names.'
5046 # Don't have generate warnings for functions (only declarations).