platform_build/tools/warn/.pylintrc
Chih-Hung Hsieh a606822f35 Fix more pylint warnings.
* add .pylintrc to use 2 space indentation
* rename single-letter local variables

Test: ./warn.py build.log > warnings.html
Change-Id: I2ca56a6cb130a9d6c73328c5592ad7cde8a974ab
2021-04-30 14:32:25 -07:00

4 lines
70 B
INI

[FORMAT]
# Two spaces for each indentation level.
indent-string=' '