From 6e4818ff63920a3107b4197daa95a95e4d4380e1 Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Fri, 9 Apr 2021 21:04:17 +0800 Subject: [PATCH] add the ignore --- .ignore_format.yml | 3 +-- bsp/nrf51822/.ignore_format.yml | 10 ++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 bsp/nrf51822/.ignore_format.yml diff --git a/.ignore_format.yml b/.ignore_format.yml index a7474f0c52..4a0e8bbec7 100644 --- a/.ignore_format.yml +++ b/.ignore_format.yml @@ -6,5 +6,4 @@ file_path: - bsp/allwinner_tina/libcpu/cpu.c dir_path: -- tools -- bsp/nrf51822 \ No newline at end of file +- tools \ No newline at end of file diff --git a/bsp/nrf51822/.ignore_format.yml b/bsp/nrf51822/.ignore_format.yml new file mode 100644 index 0000000000..7d92119a86 --- /dev/null +++ b/bsp/nrf51822/.ignore_format.yml @@ -0,0 +1,10 @@ +# 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. + +file_path: + +dir_path: +- Libraries +- applications +- drivers