Home
last modified time | relevance | path

Searched refs:rcfile (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/tools/distrib/
Dpylint_code.sh42 $PYTHON -m pylint --rcfile=.pylintrc -rn "$dir" || EXIT=1
46 $PYTHON -m pylint --rcfile=.pylintrc-tests -rn "$dir" || EXIT=1
/external/antlr/runtime/Perl5/t/author/
Dperlcritic.t17 my $rcfile = File::Spec->catfile( 't', 'author', 'perlcriticrc' );
18 Test::Perl::Critic->import( -profile => $rcfile );
/external/python/apitools/
Drun_pylint.py191 def lint_fileset(filenames, rcfile, description): argument
200 rc_flag = '--rcfile=%s' % (rcfile,)
Ddefault.pylintrc16 # DEFAULT: rcfile=
/external/adeb/addons/
Drun-command10 chroot debian /bin/bash --rcfile '.bashrc.silent' -i -c "$CMD"
/external/python/cpython3/Lib/
Dftplib.py947 rcfile = None
953 rcfile = sys.argv[1][2:]
960 netrcobj = netrc.netrc(rcfile)
962 if rcfile is not None:
/external/curl/lib/
Dchecksrc.pl102 open(my $rcfile, "<", "$dir/.checksrc") or return;
104 while(<$rcfile>) {
/external/antlr/runtime/Python/
Dhudson-build.sh58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
Dpylintrc12 #rcfile=
/external/python/cpython2/Lib/
Dftplib.py1048 rcfile = None
1054 rcfile = sys.argv[1][2:]
1061 netrc = Netrc(rcfile)
1063 if rcfile is not None:
/external/python/dateutil/
Dtox.ini31 coverage report --rcfile={toxinidir}/tox.ini
/external/tensorflow/tensorflow/tools/ci_build/
Dci_sanity.sh175 ${PYLINT_BIN} --rcfile="${PYLINTRC_FILE}" --output-format=parseable \
Dpylintrc4 #rcfile=
/external/autotest/utils/
Drun_pylint.py279 def get_cmdline_options(args_list, pylint_base_opts, rcfile): argument
Dpylintrc8 #rcfile=
/external/antlr/runtime/Python3/
Dpylintrc6 #rcfile=
/external/tensorflow/
DCONTRIBUTING.md131 pylint --rcfile=/tmp/pylintrc myfile.py
/external/yapf/
Dpylintrc4 #rcfile=