Merge "disable nonstandard-exception"

This commit is contained in:
Zuul 2024-04-05 15:04:41 +00:00 committed by Gerrit Code Review
commit 69e4ee16f2
1 changed files with 0 additions and 2 deletions

View File

@ -59,8 +59,6 @@ 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,