.ignore_format.yml 820 B

12345678910111213141516171819202122232425
  1. # files format check exclude path, please follow the instructions below to modify;
  2. # If you need to exclude an entire folder, add the folder path in dir_path;
  3. # If you need to exclude a file, add the path to the file in file_path.
  4. file_path:
  5. - bsp/allwinner_tina/libcpu/cpu.c
  6. dir_path:
  7. - tools
  8. - components/net/lwip-1.4.1
  9. - components/net/lwip-2.0.2
  10. - components/net/lwip-2.0.3
  11. - components/net/lwip-2.1.2
  12. - bsp/mm32f327x/Libraries
  13. - bsp/fm33lc026/libraries
  14. - bsp/stm32/libraries/STM32F0xx_HAL
  15. - bsp/stm32/libraries/STM32F2xx_HAL
  16. - bsp/stm32/libraries/STM32F4xx_HAL
  17. - bsp/stm32/libraries/STM32F7xx_HAL
  18. - bsp/stm32/libraries/STM32G0xx_HAL
  19. - bsp/stm32/libraries/STM32G4xx_HAL
  20. - bsp/stm32/libraries/STM32L4xx_HAL
  21. - bsp/stm32/libraries/STM32MPxx_HAL
  22. - bsp/stm32/libraries/STM32WBxx_HAL
  23. - bsp/stm32/libraries/STM32H7xx_HAL