mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 12:30:52 +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 {
|
withFix = comment {
|
||||||
tcFix = Just fix
|
tcFix = Just fix
|
||||||
}
|
}
|
||||||
in withFix `deepseq` withFix
|
in force withFix
|
||||||
|
|
||||||
makeParameters spec =
|
makeParameters spec =
|
||||||
let params = Parameters {
|
let params = Parameters {
|
||||||
|
Reference in New Issue
Block a user