-
Notifications
You must be signed in to change notification settings - Fork 62
/
.stan.toml
125 lines (105 loc) · 1.93 KB
/
.stan.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Partial: base/head
[[check]]
id = "STAN-0001"
scope = "all"
type = "Exclude"
# Partial: base/tail
[[check]]
id = "STAN-0002"
scope = "all"
type = "Exclude"
# Partial: base/init
[[check]]
id = "STAN-0003"
scope = "all"
type = "Exclude"
# Usage of partial function 'last' for lists
[[check]]
id = "STAN-0004"
scope = "all"
type = "Exclude"
# Partial: base/!!
[[check]]
id = "STAN-0005"
scope = "all"
type = "Exclude"
# Partial: base/fromJust
[[check]]
id = "STAN-0008"
scope = "all"
type = "Exclude"
# Partial: base/read
[[check]]
id = "STAN-0009"
scope = "all"
type = "Exclude"
# Partial: base/toEnum
[[check]]
id = "STAN-0012"
scope = "all"
type = "Exclude"
# Partial: base/maximum
[[check]]
id = "STAN-0013"
scope = "all"
type = "Exclude"
# Partial: base/minimum
[[check]]
id = "STAN-0014"
scope = "all"
type = "Exclude"
# Partial: base/foldr1
[[check]]
id = "STAN-0019"
scope = "all"
type = "Exclude"
# Infinite: base/reverse
[[check]]
id = "STAN-0101"
scope = "all"
type = "Exclude"
# Infinite: base/isSuffixOf
[[check]]
id = "STAN-0102"
scope = "all"
type = "Exclude"
# Infinite: base/length
[[check]]
id = "STAN-0103"
scope = "all"
type = "Exclude"
# Infinite: base/sum
[[check]]
id = "STAN-0105"
scope = "all"
type = "Exclude"
# Data types with non-strict fields
[[check]]
id = "STAN-0206"
scope = "all"
type = "Exclude"
# Anti-pattern: Slow 'length' for Text
[[check]]
id = "STAN-0208"
scope = "all"
type = "Exclude"
# Anti-pattern: Slow 'nub' for lists
[[check]]
id = "STAN-0209"
scope = "all"
type = "Exclude"
# Anti-pattern: unsafe functions
[[check]]
id = "STAN-0212"
scope = "all"
type = "Exclude"
# Anti-pattern: Pattern matching on '_'
[[check]]
id = "STAN-0213"
scope = "all"
type = "Exclude"
# Using tuples of big size (>= 4) can decrease code readability
[[check]]
id = "STAN-0302"
scope = "all"
type = "Exclude"