File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ coverage.xml
4848system_tests /local_test_setup
4949
5050# Make sure a generated file isn't accidentally committed.
51- pylintrc_reduced
51+ scripts / pylintrc_reduced
5252
5353# Travis build directories.
5454gcloud-python-wheels /
File renamed without changes.
Original file line number Diff line number Diff line change 3636 'docs/conf.py' ,
3737 'setup.py' ,
3838]
39- PRODUCTION_RC = 'pylintrc_default'
40- TEST_RC = 'pylintrc_reduced'
39+ SCRIPTS_DIR = os .path .abspath (os .path .dirname (__file__ ))
40+ PRODUCTION_RC = os .path .join (SCRIPTS_DIR , 'pylintrc_default' )
41+ TEST_RC = os .path .join (SCRIPTS_DIR , 'pylintrc_reduced' )
4142TEST_DISABLED_MESSAGES = [
4243 'attribute-defined-outside-init' ,
4344 'exec-used' ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ basepython =
7171 python2.7
7272commands =
7373 {toxinidir}/scripts/pep8_on_repo.sh
74- python run_pylint.py
74+ python {toxinidir}/scripts/ run_pylint.py
7575deps =
7676 pep8
7777 pylint
You can’t perform that action at this time.
0 commit comments