Use new Severity class and update *_warn_patterns

* This new class definition and patterns are
  shared between Android and ChromeOS compiler tools.
* Suppress hard to fix and false positive linter warnings.

Test: warn.py --url=http://cs/android --separator='?l=' build.log > warnings.html
Test: warn.py --gencsv build.log > warnings.csv
Change-Id: Icb47809100ad30796cb1da82610e989d450194fa
This commit is contained in:
Chih-Hung Hsieh
2020-01-10 10:33:40 -08:00
parent 5ec7b56e5d
commit 949205a661
9 changed files with 314 additions and 252 deletions

View File

@@ -19,6 +19,7 @@
import multiprocessing
# pylint:disable=relative-beyond-top-level
# pylint:disable=g-importing-member
from .warn_common import common_main