commit | 88c5079a87a4ca7605fbfbbd854451b5438dec0b | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Mon Sep 02 14:54:29 2019 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Sat Sep 07 10:25:02 2019 -0500 |
tree | 5019e0e181cd8532c1e8351b283b060106779955 | |
parent | da9859533edd328e480bfb14156988deeb583fbd [diff] |
scripts: dts: Fix misc. pylint warnings in old scripts Fix pylint warnings for bad indent, redundant len()s in conditionals, tests that could be improved with 'in', methods that don't use 'self', and type()s where isinstance() is more common. Preparation for adding a CI check. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>