~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/make-lint.py

  • Committer: Stewart Smith
  • Date: 2010-06-04 02:51:04 UTC
  • mto: This revision was merged to the branch mainline in revision 1590.
  • Revision ID: stewart@flamingspork.com-20100604025104-ilf5mrvwbpd5crzv
have a constant for the maximum number of enum elements

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
 
    # We need to figure out how to better express this
130
 
    for exclude in ['innobase', 'pbxt', 'pbms', 'gnulib', '.pb.', 'bak-header', 'm4',
 
129
    for exclude in ['innobase', 'pbxt', 'gnulib', '.pb.', 'bak-header', 'm4',
131
130
        'sql_yacc', 'gperf', 'drizzled/probes.h',
132
131
        'drizzled/function_hash.h', 'drizzled/symbol_hash.h',
133
132
        'util/dummy.cc', 'drizzled/sql_yacc.h', 'drizzled/configmake.h',