mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-15 09:33:09 -07:00
Discard next rather than existing fixes when they overlap
This commit is contained in:
parent
c57e447c89
commit
b5f5e6347d
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ instance Ranged Replacement where
|
||||||
instance Monoid Fix where
|
instance Monoid Fix where
|
||||||
mempty = newFix
|
mempty = newFix
|
||||||
mappend = (<>)
|
mappend = (<>)
|
||||||
|
mconcat = foldl mappend mempty -- fold left to right since <> discards right on overlap
|
||||||
|
|
||||||
instance Semigroup Fix where
|
instance Semigroup Fix where
|
||||||
f1 <> f2 =
|
f1 <> f2 =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue