~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/make-lint.py

  • Committer: Monty Taylor
  • Date: 2010-05-12 05:24:45 UTC
  • mto: (1527.1.5 staging)
  • mto: This revision was merged to the branch mainline in revision 1529.
  • Revision ID: mordred@inaugust.com-20100512052445-vsx395mfdixsnsww
Fixes stewart's uncleanliness.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
    if not (path.startswith('plugin/') or path.startswith('drizzled/') or
124
124
        path.startswith('client/')):
125
125
        return False
 
126
    # Let's not lint emacs autosave files
 
127
    if (os.path.split(path)[-1].startswith('.#'):
 
128
        return False
126
129
    for exclude in ['innobase', 'pbxt', 'gnulib', '.pb.', 'bak-header', 'm4',
127
130
        'sql_yacc', 'gperf', 'drizzled/probes.h',
128
131
        'drizzled/function_hash.h', 'drizzled/symbol_hash.h',