Skip to content

Commit 7600636

Browse files
committed
Update Stan configuration
1 parent 1da8713 commit 7600636

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.stan.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,24 @@
4343
# Infinite: base/isSuffixOf
4444
# Usage of the 'isSuffixOf' function that hangs on infinite lists
4545
[[ignore]]
46-
id = "OBS-STAN-0102-luLR/n-523:30"
46+
id = "OBS-STAN-0102-luLR/n-524:30"
4747
# ✦ Category: #Infinite #List
4848
# ✦ File: src\Stack\New.hs
4949
#
50-
# 522
51-
# 523 ┃ let isPkgSpec f = ".cabal" `L.isSuffixOf` f || "package.yaml" `L.isSuffixOf` f
52-
# 524 ┃ ^^^^^^^^^^^^^^
50+
# 523
51+
# 524 ┃ let isPkgSpec f = ".cabal" `L.isSuffixOf` f || "package.yaml" `L.isSuffixOf` f
52+
# 525 ┃ ^^^^^^^^^^^^^^
5353

5454
# Infinite: base/isSuffixOf
5555
# Usage of the 'isSuffixOf' function that hangs on infinite lists
5656
[[ignore]]
57-
id = "OBS-STAN-0102-luLR/n-523:65"
57+
id = "OBS-STAN-0102-luLR/n-524:65"
5858
# ✦ Category: #Infinite #List
5959
# ✦ File: src\Stack\New.hs
6060
#
61-
# 522
62-
# 523 ┃ let isPkgSpec f = ".cabal" `L.isSuffixOf` f || "package.yaml" `L.isSuffixOf` f
63-
# 524 ┃ ^^^^^^^^^^^^^^
61+
# 523
62+
# 524 ┃ let isPkgSpec f = ".cabal" `L.isSuffixOf` f || "package.yaml" `L.isSuffixOf` f
63+
# 525 ┃ ^^^^^^^^^^^^^^
6464

6565
# Infinite: base/length
6666
# Usage of the 'length' function that hangs on infinite lists
@@ -116,14 +116,14 @@
116116

117117
# Anti-pattern: Data.ByteString.Char8.pack
118118
[[ignore]]
119-
id = "OBS-STAN-0203-axv1UG-353:32"
119+
id = "OBS-STAN-0203-axv1UG-354:32"
120120
# ✦ Description: Usage of 'pack' function that doesn't handle Unicode characters
121121
# ✦ Category: #AntiPattern
122122
# ✦ File: src\Stack\Docker.hs
123123
#
124-
# 352
125-
# 353 ┃ hashRepoName = Hash.hash . BS.pack . takeWhile (\c -> c /= ':' && c /= '@')
126-
# 354 ┃ ^^^^^^^
124+
# 353
125+
# 354 ┃ hashRepoName = Hash.hash . BS.pack . takeWhile (\c -> c /= ':' && c /= '@')
126+
# 355 ┃ ^^^^^^^
127127

128128
# Data types with non-strict fields
129129
# Defining lazy fields in data types can lead to unexpected space leaks

0 commit comments

Comments
 (0)