Skip to content

Commit 6117adc

Browse files
committed
Update existing STAN exceptions for moved code
1 parent 9943e3f commit 6117adc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.stan.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,25 +140,25 @@
140140

141141
# Anti-pattern: Data.ByteString.Char8.pack
142142
[[ignore]]
143-
id = "OBS-STAN-0203-erw24B-1079:3"
143+
id = "OBS-STAN-0203-erw24B-1091:3"
144144
# ✦ Description: Usage of 'pack' function that doesn't handle Unicode characters
145145
# ✦ Category: #AntiPattern
146146
# ✦ File: src\Stack\Build\ExecuteEnv.hs
147147
#
148-
# 1078
149-
# 1079 ┃ S8.pack . formatTime defaultTimeLocale "%Y-%m-%dT%H:%M:%S%6Q"
150-
# 1080 ┃ ^^^^^^^
148+
# 1090
149+
# 1091 ┃ S8.pack . formatTime defaultTimeLocale "%Y-%m-%dT%H:%M:%S%6Q"
150+
# 1092 ┃ ^^^^^^^
151151

152152
# Anti-pattern: Data.ByteString.Char8.pack
153153
[[ignore]]
154-
id = "OBS-STAN-0203-tuE+RG-250:24"
154+
id = "OBS-STAN-0203-tuE+RG-318:24"
155155
# ✦ Description: Usage of 'pack' function that doesn't handle Unicode characters
156156
# ✦ Category: #AntiPattern
157157
# ✦ File: src\Stack\Build\ExecutePackage.hs
158158
#
159-
# 249
160-
# 250 ┃ newConfigFileRoot <- S8.pack . toFilePath <$> view configFileRootL
161-
# 251 ┃ ^^^^^^^
159+
# 317
160+
# 318 ┃ newConfigFileRoot <- S8.pack . toFilePath <$> view configFileRootL
161+
# 319 ┃ ^^^^^^^
162162

163163
# Anti-pattern: Data.ByteString.Char8.pack
164164
[[ignore]]

0 commit comments

Comments
 (0)