~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/make-lint.py

  • Committer: Monty Taylor
  • Date: 2010-06-26 05:36:46 UTC
  • mto: (1548.2.34 drizzle_pbms)
  • mto: This revision was merged to the branch mainline in revision 1644.
  • Revision ID: mordred@inaugust.com-20100626053646-jzthsmrv63cnmt9k
Added pbms to lint exclusion list. (We need to find a better way to deal
with this)
Fixed the extra_dist thing (oops, my bad)

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    # Let's not lint emacs autosave files
127
127
    if (os.path.split(path)[-1].startswith('.#')):
128
128
        return False
129
 
    for exclude in ['innobase', 'pbxt', 'gnulib', '.pb.', 'bak-header', 'm4',
 
129
    # We need to figure out how to better express this
 
130
    for exclude in ['innobase', 'pbxt', 'pbms', 'gnulib', '.pb.', 'bak-header', 'm4',
130
131
        'sql_yacc', 'gperf', 'drizzled/probes.h',
131
132
        'drizzled/function_hash.h', 'drizzled/symbol_hash.h',
132
133
        'util/dummy.cc', 'drizzled/sql_yacc.h', 'drizzled/configmake.h',