Searched refs:rcfile (Results 1 – 18 of 18) sorted by relevance
42 $PYTHON -m pylint --rcfile=.pylintrc -rn "$dir" || EXIT=146 $PYTHON -m pylint --rcfile=.pylintrc-tests -rn "$dir" || EXIT=1
17 my $rcfile = File::Spec->catfile( 't', 'author', 'perlcriticrc' );18 Test::Perl::Critic->import( -profile => $rcfile );
191 def lint_fileset(filenames, rcfile, description): argument200 rc_flag = '--rcfile=%s' % (rcfile,)
16 # DEFAULT: rcfile=
10 chroot debian /bin/bash --rcfile '.bashrc.silent' -i -c "$CMD"
947 rcfile = None953 rcfile = sys.argv[1][2:]960 netrcobj = netrc.netrc(rcfile)962 if rcfile is not None:
102 open(my $rcfile, "<", "$dir/.checksrc") or return;104 while(<$rcfile>) {
58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
12 #rcfile=
1048 rcfile = None1054 rcfile = sys.argv[1][2:]1061 netrc = Netrc(rcfile)1063 if rcfile is not None:
31 coverage report --rcfile={toxinidir}/tox.ini
175 ${PYLINT_BIN} --rcfile="${PYLINTRC_FILE}" --output-format=parseable \
4 #rcfile=
279 def get_cmdline_options(args_list, pylint_base_opts, rcfile): argument
8 #rcfile=
6 #rcfile=
131 pylint --rcfile=/tmp/pylintrc myfile.py