mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 14:27:35 +08:00
Use force instead of reimplementing it
This commit is contained in:
@@ -178,7 +178,7 @@ makeCommentWithFix severity id code str fix =
|
||||
withFix = comment {
|
||||
tcFix = Just fix
|
||||
}
|
||||
in withFix `deepseq` withFix
|
||||
in force withFix
|
||||
|
||||
makeParameters spec =
|
||||
let params = Parameters {
|
||||
|
Reference in New Issue
Block a user