blob: 195b2a78aa53ed059ca3861f93facb8f3e9849e6 [file] [log] [blame]
# pylint config (ini format)
#
# SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org>
# SPDX-License-Identifier: Apache-2.0
[MESSAGES CONTROL]
disable= invalid-name,
missing-class-docstring,
missing-function-docstring,
missing-module-docstring,
import-outside-toplevel,
fixme,
too-few-public-methods,
too-many-lines,
too-many-locals,
too-many-nested-blocks,
too-many-branches,
too-many-statements,
too-many-arguments,
too-many-instance-attributes,
too-many-return-statements,
global-statement,
consider-using-f-string,
no-else-return