Skip to content

Commit

Permalink
ci(codespell): skip STM32Cube_FW directory
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Dec 15, 2022
1 parent 9b49cd6 commit daa8475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
check_hidden: true
# In the event of a false positive, add the word in all lower case to this file:
# ignore_words_file: ./extras/codespell-ignore-words-list.txt
path: src
skip: src/utility/STM32Cube_FW
path: src

0 comments on commit daa8475

Please sign in to comment.