commit | 9779181cea7449470c48db17b593ffb8449e37b0 | [log] [tgz] |
---|---|---|
author | Danny Hermes <daniel.j.hermes@gmail.com> | Tue Nov 01 12:43:01 2016 -0700 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Tue Nov 01 12:43:01 2016 -0700 |
tree | 17c18b10c09a95061bb839fb62c432e224ffc618 | |
parent | 9a9ce2c9c068d2bb71e221257a9cbfe0d8952a02 [diff] [blame] |
Use a python script to define Pylint config rather than an ini file (#69)
diff --git a/tox.ini b/tox.ini index 1ef803c..f41ffd1 100644 --- a/tox.ini +++ b/tox.ini
@@ -73,8 +73,7 @@ --import-order-style=google \ --application-import-names="google,tests,system_tests" \ google tests - pylint --rcfile pylintrc google - pylint --rcfile pylintrc.tests tests system_tests + python {toxinidir}/scripts/run_pylint.py deps = flake8 flake8-import-order