-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.commitlintrc.json
51 lines (51 loc) · 1.02 KB
/
.commitlintrc.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"scope-enum": [
2,
"always",
[
"homes",
"homes.neovim",
"hosts",
"hosts.wsl",
"latios",
"latios-wsl",
"loic",
"loic@wsl",
"loic.fzf",
"loic.neovim",
"loic.shell",
"README",
"config",
"config.atuin",
"config.bash",
"config.bat",
"config.direnv",
"config.editorconfig",
"config.glazewm",
"config.ipython",
"config.nano",
"config.neovim",
"config.powershell",
"config.powertoyz",
"config.python",
"config.readline",
"config.ripgrep",
"config.sh",
"config.starship",
"config.windowsterminal",
"config.xxh",
"unix.scripts",
"windows",
"flake",
"Justfile",
"pre-commit",
"devshells",
"devshells.default",
"direnv",
"nix"
]
]
}
}