Skip to content

Commit

Permalink
attempt ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jun 19, 2024
1 parent ac12433 commit 7e06888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ jobs:
clang-format-version: '17'
# only check core, embedded base covered internally
check-path: "Core/"
# massive regex to exclude anything CubeMX generated, could require tweaking. Uses posix extended
exclude-regex: "/stm32.*|main.(c|h)|freertos.*|FreeRTOS.*|sys.*|(system|startup)_stm32.*/ig"
# use the clang-format from embedded base
format-filepath: "./Drivers/Embedded-Base/clang-format"
4 changes: 4 additions & 0 deletions Core/.clang-format-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FreeRTOS*
stm32*
sys*
./Startup/*

0 comments on commit 7e06888

Please sign in to comment.