Skip to content

Commit 21222d4

Browse files
committed
disable lint for opnsense-routes
1 parent f6f7c32 commit 21222d4

File tree

1 file changed

+2
-0
lines changed
  • src/firewall_test/plugins/translate/opnsense

1 file changed

+2
-0
lines changed

src/firewall_test/plugins/translate/opnsense/routes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
from config import DEFAULT_ROUTE_IP4, DEFAULT_ROUTE_IP6
55
from plugins.translate.abstract import StaticRoute, TranslatePluginStaticRoutes
66

7+
# pylint: disable=R0912
8+
79

810
class OPNsenseRoutes(TranslatePluginStaticRoutes):
911
def __init__(self, raw: str):

0 commit comments

Comments
 (0)