Searched refs:pylint_base_opts (Results 1 – 1 of 1) sorted by relevance
/external/autotest/utils/ |
D | run_pylint.py | 279 def get_cmdline_options(args_list, pylint_base_opts, rcfile): argument 297 extend_baseopts(pylint_base_opts, args) 323 def check_committed_files(work_tree_files, commit, pylint_base_opts): argument 356 return batch_check_files(temp_files, pylint_base_opts) 404 pylint_base_opts = ['--rcfile=%s' % pylint_rc, 411 pylint_base_opts = ['--disable-msg-cat=%s' % all_failures, 424 pylint_base_opts, 426 return batch_check_files(args_list, pylint_base_opts) 431 pylint_base_opts) 433 return check_dir('.', pylint_base_opts)
|