platform_build/tools/warn
Chih-Hung Hsieh d4691ecfb6 Show directories and files with most warnings.
* Now with 4 sections that can be shown/hidden independently.
* After the 'selected_projects' section, add two more sections:
  * 'top_directory_section' contains
    * a table of directories with at least 1% warnings.
    * a 'selected_directory_warnings' subsection to show all warnings
      in the clicked directory from the directory table
  * 'top_file_section' contains
    * a table of files with at least 100 or 1% warnings.
    * a 'selected_file_warnings' subsection to show all warnings
      in the clicked file from the file table
* Adjust button/section spaces and reduce button font size to 100%.
* Rename drawTable to genTables.

Test: warn.py --url=http://cs/android --separator='?l=' build.log > warnings.html
Test: warn.py --gencsv build.log > warnings.csv
Change-Id: I765b09a46adc111cfe781719ba7aa0f917aa6ffc
2022-01-05 15:43:52 -08:00
..
.pylintrc Fix more pylint warnings. 2021-04-30 14:32:25 -07:00
__init__.py
android_project_list.py Fix/suppress most pylint and gpylint warnings 2021-04-28 14:57:56 -07:00
chrome_project_list.py Fix/suppress most pylint and gpylint warnings 2021-04-28 14:57:56 -07:00
cpp_warn_patterns.py Add new clang-tidy and clang warning patterns 2021-10-08 13:18:24 -07:00
html_writer.py Show directories and files with most warnings. 2022-01-05 15:43:52 -08:00
java_warn_patterns.py Add one more Java warning pattern 2021-06-10 14:33:54 -07:00
make_warn_patterns.py Add new Asm/C++/Java/Make warning patterns 2021-06-02 21:34:49 +00:00
other_warn_patterns.py Add one Asm warning pattern 2021-06-08 14:52:45 -07:00
OWNERS
severity.py Fix/suppress most pylint and gpylint warnings 2021-04-28 14:57:56 -07:00
tidy_warn_patterns.py Add new clang-tidy and clang warning patterns 2021-10-08 13:18:24 -07:00
warn.py Fix/suppress most pylint and gpylint warnings 2021-04-28 14:57:56 -07:00
warn_common.py Handle warning lines from RBE 2021-09-03 14:23:55 -07:00