update(CI): do not check hidden files with codespell

Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Andrea Terzolo 2022-08-23 15:43:36 +02:00 committed by poiana
parent 5e65e195ae
commit 3e3a380702

View File

@ -11,4 +11,4 @@ jobs:
skip: .git skip: .git
ignore_words_file: .codespellignore ignore_words_file: .codespellignore
check_filenames: true check_filenames: true
check_hidden: true check_hidden: false