Skip to content

Commit

Permalink
More CODEOWNERS (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Oct 31, 2022
1 parent c26bb28 commit 16aa023
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,22 @@
# Administrata and CIs
*.toml @larsoner
*.yml @larsoner
*.rst @larsoner
*.rst @larsoner @peternewman
*.cfg @larsoner
codespell.1.include @larsoner @peternewman
coverage* @larsoner
.github/* @larsoner
Makefile @larsoner
.github/* @larsoner @peternewman
.gitignore @larsoner @peternewman
Makefile @larsoner @peternewman

# Python code
codespell_lib/*.py @larsoner
codespell_lib/*.py @larsoner @peternewman
bin/* @larsoner @peternewman

# 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

0 comments on commit 16aa023

Please sign in to comment.