forked from The-OpenROAD-Project/OpenROAD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tclint.toml
47 lines (45 loc) · 965 Bytes
/
tclint.toml
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
# hardcoded list of paths to exclude while we incrementally lint codebase
# See issue #4347 for tracking
exclude = [
"src/sta/",
"test/",
"src/ant/test/",
"src/cts/test/",
"src/dbSta/test/",
"src/dft/test/",
"src/dpl/test/",
"src/dpo/test/",
"src/drt/test/",
"src/dst/test/",
"src/fin/test/",
"src/gpl/test/",
"src/grt/etc/scripts/",
"src/grt/test/",
"src/ifp/test/",
"src/mpl/test/",
"src/mpl2/test/",
"src/odb/",
"src/par/examples/",
"src/par/test/",
"src/ppl/test/",
"src/rcx/calibration/",
"src/rcx/example/",
"src/rcx/rule_scripts/",
"src/rcx/test/",
"src/rmp/test/",
"src/rsz/test/",
"src/stt/test/",
"src/tap/etc/scripts/",
"src/tap/test/",
"src/upf/test/",
"src/utl/test/"
]
ignore = [
"unbraced-expr",
]
[style]
indent = 2
line-length = 100
allow-aligned-sets = true
indent-namespace-eval = false
spaces-in-braces = true