mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 23:46:43 +08:00
More CODEOWNERS (#2569)
This commit is contained in:
16
.github/CODEOWNERS
vendored
16
.github/CODEOWNERS
vendored
@ -15,14 +15,22 @@
|
|||||||
# Administrata and CIs
|
# Administrata and CIs
|
||||||
*.toml @larsoner
|
*.toml @larsoner
|
||||||
*.yml @larsoner
|
*.yml @larsoner
|
||||||
*.rst @larsoner
|
*.rst @larsoner @peternewman
|
||||||
*.cfg @larsoner
|
*.cfg @larsoner
|
||||||
|
codespell.1.include @larsoner @peternewman
|
||||||
coverage* @larsoner
|
coverage* @larsoner
|
||||||
.github/* @larsoner
|
.github/* @larsoner @peternewman
|
||||||
Makefile @larsoner
|
.gitignore @larsoner @peternewman
|
||||||
|
Makefile @larsoner @peternewman
|
||||||
|
|
||||||
# Python code
|
# Python code
|
||||||
codespell_lib/*.py @larsoner
|
codespell_lib/*.py @larsoner @peternewman
|
||||||
|
bin/* @larsoner @peternewman
|
||||||
|
|
||||||
# Dictionaries
|
# Dictionaries
|
||||||
|
codespell_lib/data/dictionary_code.txt @peternewman
|
||||||
|
codespell_lib/data/dictionary_en-GB_to_en-US.txt @peternewman
|
||||||
|
codespell_lib/data/dictionary_informal.txt @peternewman
|
||||||
|
codespell_lib/data/dictionary_names.txt @peternewman
|
||||||
|
codespell_lib/data/dictionary_rare.txt @peternewman
|
||||||
# codepell_lib/data/*.txt @luzpaz
|
# codepell_lib/data/*.txt @luzpaz
|
||||||
|
Reference in New Issue
Block a user