blob: cf9857a145d947a2569e4b5301ef975631bc5c97 (
plain) (
tree)
|
|
# SPDX-FileCopyrightText: 2013 The glucometerutils Authors
#
# SPDX-License-Identifier: MIT
[MESSAGE CONTROL]
disable=
duplicate-code,
too-few-public-methods,
too-many-branches,
too-many-locals,
too-many-nested-blocks,
too-many-return-statements,
too-many-statements,
[BASIC]
good-names = i, j, k, e, _
|