Searched refs:pylint_base_opts (Results 1 – 1 of 1) sorted by relevance
/external/autotest/utils/ |
D | run_pylint.py | 314 def get_cmdline_options(args_list, pylint_base_opts, rcfile): argument 337 extend_baseopts(pylint_base_opts, args) 363 def check_committed_files(work_tree_files, commit, pylint_base_opts): argument 394 batch_check_files(temp_files, pylint_base_opts) 427 pylint_base_opts = ['--rcfile=%s' % pylint_rc, 434 pylint_base_opts = ['--disable-msg-cat=%s' % all_failures, 447 pylint_base_opts, 449 batch_check_files(args_list, pylint_base_opts) 454 pylint_base_opts) 456 check_dir('.', pylint_base_opts)
|