Skip to content

Commit

Permalink
Update Stan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Mar 20, 2024
1 parent 1911370 commit 17b740c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .stan.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@

# Anti-pattern: Data.ByteString.Char8.pack
[[ignore]]
id = "OBS-STAN-0203-erw24B-1032:3"
id = "OBS-STAN-0203-erw24B-1042:3"
# ✦ Description: Usage of 'pack' function that doesn't handle Unicode characters
# ✦ Category: #AntiPattern
# ✦ File: src\Stack\Build\ExecuteEnv.hs
#
# 1031
# 1032 ┃ S8.pack . formatTime defaultTimeLocale "%Y-%m-%dT%H:%M:%S%6Q"
# 1033 ┃ ^^^^^^^
# 1041
# 1042 ┃ S8.pack . formatTime defaultTimeLocale "%Y-%m-%dT%H:%M:%S%6Q"
# 1043 ┃ ^^^^^^^

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

0 comments on commit 17b740c

Please sign in to comment.