We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0ada9 commit e044ec4Copy full SHA for e044ec4
.github/workflows/codespell.yml
@@ -27,4 +27,4 @@ jobs:
27
# The exclude_file contains lines of code that should be ignored. This is useful for individual lines which have non-words that can safely be ignored.
28
exclude_file: '.codespellexcludelines'
29
# To skip files entirely from being processed, add it to the following list:
30
- skip: '*.cproject,*.der,*.mtpj,*.pem,*.vcxproj,.git,*.launch,*.scfg,*.revoked,dumpasn1.cfg,oid_names.h'
+ skip: '*.cproject,*.der,*.mtpj,*.pem,*.vcxproj,.git,*.launch,*.scfg,*.revoked,./examples/asn1/dumpasn1.cfg,./examples/asn1/oid_names.h'
0 commit comments