mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-05 19:06:44 +00:00
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:
parent
5e65e195ae
commit
3e3a380702
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user