Skip to content

Commit c0a0b08

Browse files
committed
fix: .stan issues
1 parent 8a24f67 commit c0a0b08

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.stan.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,25 @@
5252

5353
# Anti-pattern: Data.ByteString.Char8.pack
5454
[[ignore]]
55-
id = "OBS-STAN-0203-fki0nd-1125:21"
55+
id = "OBS-STAN-0203-fki0nd-1127:21"
5656
# ✦ Description: Usage of 'pack' function that doesn't handle Unicode characters
57-
# ✦ Category: #AntiPattern
58-
# ✦ File: src\Stack\Build\Execute.hs
57+
# ✦ Category: #AntiPattern
58+
# ✦ File: src\Stack\Build\Execute.hs
5959
#
60-
# 1122
61-
# 1123 ┃ newProjectRoot <- S8.pack . toFilePath <$> view projectRootL
62-
# 1124 ┃ ^^^^^^^
60+
# 1126
61+
# 1127 ┃ newProjectRoot <- S8.pack . toFilePath <$> view projectRootL
62+
# 1128 ┃ ^^^^^^^
6363

6464
# Anti-pattern: Data.ByteString.Char8.pack
6565
[[ignore]]
66-
id = "OBS-STAN-0203-fki0nd-2667:3"
66+
id = "OBS-STAN-0203-fki0nd-2669:3"
6767
# ✦ Description: Usage of 'pack' function that doesn't handle Unicode characters
6868
# ✦ Category: #AntiPattern
6969
# ✦ File: src\Stack\Build\Execute.hs
70-
# 2673 ┃
71-
# 2674 ┃ S8.pack . formatTime defaultTimeLocale "%Y-%m-%dT%H:%M:%S%6Q"
72-
# 2675 ┃ ^^^^^^^
70+
#
71+
# 2668 ┃
72+
# 2669 ┃ S8.pack . formatTime defaultTimeLocale "%Y-%m-%dT%H:%M:%S%6Q"
73+
# 2670 ┃ ^^^^^^^
7374

7475
# Anti-pattern: Data.ByteString.Char8.pack
7576
[[ignore]]

0 commit comments

Comments
 (0)