mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-08 05:51:09 -07:00
Use force instead of reimplementing it
This commit is contained in:
parent
f7547c9a5a
commit
2a8170ba05
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue