zephyr/scripts/kconfig
Ulf Magnusson 4cac371d43 scripts: Suppress/fix undefined variable pylint warnings
dtlib.py and guiconfig.py do some hackery to build token and image
variable names, which triggers spurious pylint warnings like

    scripts/dts/dtlib.py:243:28: E0602: Undefined variable '_T_LABEL'
    (undefined-variable)

Suppress the warning for those files. The generated names get used in
lots of places.

Also suppress some warnings in doc/conf.py ('tags' is from Sphinx), and
fix a legitimate issue in scripts/dts/testdtlib.py.

This pylint check is useful enough to want enabled in the upcoming CI
check.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-07 08:03:04 -04:00
..
diffconfig license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
guiconfig.py scripts: Suppress/fix undefined variable pylint warnings 2019-09-07 08:03:04 -04:00
kconfig.py scripts: kconfig: normalize paths to avoid duplicate 2019-08-19 16:26:31 +02:00
kconfigfunctions.py kconfig: Avoid potential issue parsing generated_dts_board.conf 2019-04-18 08:49:46 -04:00
kconfiglib.py genrest: De-spam docs by skipping direct deps. in more places 2019-06-24 12:14:06 -07:00
menuconfig.py menuconfig: Suppress spurious pylint tuple unpacking warning 2019-09-07 08:00:30 -04:00