commit | a606822f3543d263faa8e647b9aa816631edecf5 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Fri Apr 30 14:30:58 2021 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Fri Apr 30 14:32:25 2021 -0700 |
tree | f162de2da8c5aad1fecb2dfab65088f2ea010b20 | |
parent | 10b66f6975ba9f7fd1afb2fb3497f850be2b4aaa [diff] [blame] |
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
diff --git a/tools/warn/.pylintrc b/tools/warn/.pylintrc new file mode 100644 index 0000000..6aeaed6 --- /dev/null +++ b/tools/warn/.pylintrc
@@ -0,0 +1,4 @@ +[FORMAT] + +# Two spaces for each indentation level. +indent-string=' '