1 # SPDX-License-Identifier: GPL-2.0-only
6 # Ignore braces {} are not necessary for single statement blocks warning.
7 # We enforce usage of {} even on single statement blocks.
8 # See CodingStyles for more information.
9 --ignore BRACES_SINGLE_STMT