diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-01-11 16:00:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-11 16:00:31 +0000 |
commit | 94d3b53e1e079a6f0b2ec1e5106e19067a0c00a9 (patch) | |
tree | c9923ac1f26974fb255dc1f775d67786e5a651e1 /.pylintrc | |
parent | 80dc9034edeb05f66bfa6264ae0adf0f6aea60da (diff) | |
parent | 5fcde48fcbac8840e128ebadb8acc563e4f3dc7b (diff) |
Merge "Run tests in yardstick/tests/"
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ disable= dangerous-default-value, deprecated-lambda, expression-not-assigned, + fixme, global-statement, literal-comparison, no-init, |