Parse code issues from clang scan-build html page to psql database. The code is very human
Requirments: pandas psycopg2 bs4
- Install psql and configure it.
- Paste you server data in main.py "connection" (9 line).
- Add table in psql with name "clang" and with rows "bug_group, bug_type, file, function, line, path_lengt"
- Run the main.py
Парсер выявленых ошибок кода утилитой scan-build в базу данных PostgreSQL Парсит ошибки кода из html страницы в базу данных
- Установите psql и настройте его
- Вставьте данные вашего сервера в main.py в переменную connection (9 строка
- Добавьте таблицу с именем clang со столбцами "bug_group, bug_type, file, function, line, path_lengt" в Вашу БД.
- Запустите main.py
Tags: parser scan-build, clang parser