We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155f068 commit 3559bf4Copy full SHA for 3559bf4
1 file changed
.structurelint.yml
@@ -0,0 +1,45 @@
1
+root: true
2
+
3
+exclude:
4
+ - .git/**
5
+ - .lake/**
6
+ - "**/.DS_Store"
7
8
+rules:
9
+ max-depth:
10
+ max: 5
11
+ exemptions:
12
+ - ".git/**"
13
+ - ".lake/**"
14
15
+ max-files-in-dir:
16
+ max: 30
17
18
19
20
+ naming-convention:
21
+ style: "PascalCase"
22
+ apply-to:
23
+ - "**/*.lean"
24
25
26
27
+ file-existence:
28
+ "README.md":
29
+ rule: "exists:1"
30
31
+ - "DriftTheorems/**"
32
+ - "Duality/**"
33
+ - "blueprint/**"
34
+ "lakefile.lean":
35
36
37
38
39
40
41
+ disallowed-patterns:
42
+ - "*.tmp"
43
+ - "*.bak"
44
+ - ".DS_Store"
45
+ - "*.swp"
0 commit comments