Skip to content

Commit

Permalink
fix: .stan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
theobat committed Nov 23, 2023
1 parent 49d43ef commit fc512b2
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .stan.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,25 @@

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

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

# Anti-pattern: Data.ByteString.Char8.pack
[[ignore]]
Expand Down

0 comments on commit fc512b2

Please sign in to comment.