Add "nonstandard-exception" to .pylintrc

We need to add the "nonstandard-exception" to .pylintrc.  This
is copied from https://review.openstack.org/#/c/268232/16/.pylintrc

Change-Id: Id3f199d688d648f4618a6850d094e26ca6bb9a7f
This commit is contained in:
Al Miller 2016-02-11 13:45:54 -08:00
parent e6f643f2a1
commit b1adbcfc50
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ disable=
unused-argument,
unused-import,
unused-variable,
# TODO(dougwig) - disable nonstandard-exception while we have neutron_lib shims
nonstandard-exception,
# "C" Coding convention violations
bad-continuation,
invalid-name,