Commit ca2abf2
committed
Add pylint exception for too-many-branches
When converting a component from its protobuf representation, we need to
handle multiple component types, so we end up with multiple branches in
the function, but this is OK, so we just silence the pylint warning for
that specific case.
This is in preparation to the merge to v0.x.x branch, as only the new
version detects this case.
Signed-off-by: Leandro Lucarella <[email protected]>1 parent b476f28 commit ca2abf2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments