-
Notifications
You must be signed in to change notification settings - Fork 466
/
CODEOWNERS
Validating CODEOWNERS rules...
36 lines (31 loc) · 1.28 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# The purpose of this file is to trigger review requests when PRs touch
# particular files. Those reviews are not mandatory, however it's often useful
# to have an expert pinged who is interested in only one part of codespell and
# doesn't follow general development.
#
# Note that only GitHub handles (whether individuals or teams) with commit
# rights should be added to this file.
# See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# for more details about how CODEOWNERS works.
# Each line is a file pattern followed by one or more owners.
# Copy-paste-adapted from SciPy
# Administrata and CIs
*.toml @larsoner
*.yml @larsoner
*.rst @larsoner @peternewman
*.cfg @larsoner
codespell.1.include @larsoner @peternewman
coverage* @larsoner
.github/* @larsoner @peternewman
.gitignore @larsoner @peternewman
Makefile @larsoner @peternewman
# Python code
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