Skip to content

Commit

Permalink
Update STAN configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Jan 18, 2024
1 parent 05c00ce commit 4d155a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .stan.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
# Partial: base/head
# Usage of partial function 'head' for lists
[[ignore]]
id = "OBS-STAN-0001-0pmobG-86:1"
id = "OBS-STAN-0001-0pmobG-87:1"
# ✦ Category: #Partial #List
# ✦ File: src\Stack\Storage\User.hs
#
# 86 ┃ share [ mkPersist sqlSettings
# 87 ┃ share [ mkPersist sqlSettings

# Partial: base/last
# On Windows
Expand Down Expand Up @@ -72,14 +72,14 @@

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

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

0 comments on commit 4d155a0

Please sign in to comment.