esp-idf/tools/ci/sonar_exclude_list.txt
Angus Gratton baffdb5fa0 ci: Add FreeRTOS upstream files to the sonar exclude list
These files are mostly upstream code apart from some minor modifications.
There are a number of places that sonarqube reports issues because of
different code style/expectations.
2020-10-15 07:05:51 +00:00

11 lines
289 B
Plaintext

# 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