-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.ls-lint.yml
42 lines (32 loc) · 896 Bytes
/
.ls-lint.yml
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
ls:
deployment:
.sh: snakecase
.github:
'{ISSUE_TEMPLATE,workflows}':
.yml: snakecase
docs:
.dir: lowercase
.md: snakecase
.vitepress:
.ts: lowercase
public:
.png: exists:0
# All icons should be snake case
icons:
.png: regex:logo_(\w|_|\d)+
images:
# TODO: add this when ls-lint adds this
# .png: not_regex:image\d+
# All images should be in the following folders only
'{blender,udk}/*':
.dir: regex:(basics|advanced|essential) | regex:(04_modeling|05_blender_course)
'{cheatsheet,essential,guide/**/}':
.md: regex:index|\d{2}_([a-z_])*
# Overwrite md rule only for the flowchart folder
flowchart_questions:
.md: snakecase
ignore:
- .git
- node_modules
- docs/.vitepress/cache
- docs/.vitepress/dist