24 lines
530 B
YAML
24 lines
530 B
YAML
# files format check exclude path, please follow the instructions below to modify;
|
|
# If you need to exclude an entire folder, add the folder path in dir_path;
|
|
# If you need to exclude a file, add the path to the file in file_path.
|
|
|
|
dir_path:
|
|
- STM32F0xx_HAL
|
|
- STM32F1xx_HAL
|
|
- STM32F2xx_HAL
|
|
- STM32F3xx_HAL
|
|
- STM32F4xx_HAL
|
|
- STM32F7xx_HAL
|
|
- STM32G0xx_HAL
|
|
- STM32G4xx_HAL
|
|
- STM32H7xx_HAL
|
|
- STM32L0xx_HAL
|
|
- STM32L1xx_HAL
|
|
- STM32L4xx_HAL
|
|
- STM32L5xx_HAL
|
|
- STM32MPxx_HAL
|
|
- STM32U5xx_HAL
|
|
- STM32H5xx_HAL
|
|
- STM32WBxx_HAL
|
|
- STM32WLxx_HAL
|