Package IDAscope :: Module recursive_pylint
[hide private]
[frames] | no frames]

Module recursive_pylint

source code

this module runs pylint on all python scripts found in a directory tree

Functions [hide private]
 
check(module, full_comment=False)
apply pylint to the file specified if it is a *.py file
source code
 
kill_pyc(filepath) source code
 
walk_files(base_directory) source code
Variables [hide private]
  total = 0.0
  count = 0
  num_code_lines = 0
  num_comment_lines = 0
  num_blank_lines = 0
  num_all_lines = 0
  EXCLUDED_FILENAMES = ['PatternManager.py']
  __package__ = 'IDAscope'