diff options
author | Simon Glass <sjg@chromium.org> | 2022-07-30 20:57:10 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2022-08-09 11:55:41 -0600 |
commit | 5d1637a40cd1c30f62ebee6e1e1611d5f5613003 (patch) | |
tree | fb0b423b8e3b8bf88d671d7ca105e3f44f3f22dc /scripts | |
parent | 7640b166604e04ac19ed5a370441a6e5539c1420 (diff) | |
download | u-boot-5d1637a40cd1c30f62ebee6e1e1611d5f5613003.tar.gz |
dtoc: Correct remaining pylint problems in test_fdt
Fix various camel-case and other naming problems. Update the pylint base
file to avoid regressions.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/pylint.base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pylint.base b/scripts/pylint.base index dd6360e625..c7d141ed39 100644 --- a/scripts/pylint.base +++ b/scripts/pylint.base @@ -167,7 +167,7 @@ tools_binman_etype_x86_reset16_tpl -15.71 tools_binman_etype_x86_start16 -15.71 tools_binman_etype_x86_start16_spl -15.71 tools_binman_etype_x86_start16_tpl -15.71 -tools_binman_fdt_test 3.23 +tools_binman_fdt_test 10.00 tools_binman_fip_util 9.85 tools_binman_fip_util_test 10.00 tools_binman_fmap_util 6.88 |