esp-idf/tools/ci/sonar_exclude_list.txt

11 lines
289 B
Plaintext
Raw Normal View History

2020-10-12 00:08:39 -04:00
# exclude list for sonarqube
# Here're some examples: (relative with the idf_path)
# - test/**
# - test/*/*.c
# - test.c
# lines start with # will be ignored
# FreeRTOS upstream code (don't include our port files here)
- components/freertos/*.c
- components/freertos/include/freertos/*.h