acrn-hypervisor/.checkpatch.conf
Junjie Mao e8a59f30f1 checkpatch: fix the line limit back to 120
The checkpatch configuration set by commit 7b06be9 ("HV: checkpatch: add
configurations to customize checkpatch.pl") is unintendedly set to 20 (instead
of 120). This patch fix the setting to the expected value.

Tracked-On: #1557
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2018-10-29 14:10:22 +08:00

5 lines
95 B
Plaintext

--ignore BRACES
--ignore GLOBAL_INITIALISERS
--ignore INITIALISED_STATIC
--max-line-length=120