espressif_tinyusb/test/unit-test/vendor/ceedling/plugins/warnings_report
hathach be4f4e4f79 move ceedling tests to test/unit-test 2022-12-08 09:59:02 +07:00
..
lib move ceedling tests to test/unit-test 2022-12-08 09:59:02 +07:00
README.md move ceedling tests to test/unit-test 2022-12-08 09:59:02 +07:00

README.md

warnings-report

Overview

The warnings_report captures all warnings throughout the build process and collects them into a single report at the end of execution. It places all of this into a warnings file in the output artifact directory.

Setup

Enable the plugin in your project.yml by adding warnings_report to the list of enabled plugins.

:plugins:
  :enabled:
    - warnings_report