mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
fix:check:tags: also ignore builtin modified, _modified tags [#2148]
These tags are generated by --auto.
This commit is contained in:
parent
c0b6a1e153
commit
1648d2bcb7
@ -204,9 +204,11 @@ builtinTags = [
|
||||
-- optionally generated on periodic transactions and auto postings
|
||||
,"generated-transaction"
|
||||
,"generated-posting"
|
||||
,"modified"
|
||||
-- used internally, not shown (but queryable)
|
||||
,"_generated-transaction"
|
||||
,"_generated-posting"
|
||||
,"_modified"
|
||||
,"_conversion-matched"
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user