Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90a0b68

Browse files
authored
Exclude .git from codespell checking (open-telemetry#3063)
1 parent 212d50a commit 90a0b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
22
# skipping auto generated folders
3-
skip = ./.tox,./.mypy_cache,./docs/_build,./target,*/LICENSE,./venv
3+
skip = ./.tox,./.mypy_cache,./docs/_build,./target,*/LICENSE,./venv,.git
44
ignore-words-list = ans,ue,ot,hist,ro

0 commit comments

Comments
 (0)