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
|
-- optionally generated on periodic transactions and auto postings
|
||||||
,"generated-transaction"
|
,"generated-transaction"
|
||||||
,"generated-posting"
|
,"generated-posting"
|
||||||
|
,"modified"
|
||||||
-- used internally, not shown (but queryable)
|
-- used internally, not shown (but queryable)
|
||||||
,"_generated-transaction"
|
,"_generated-transaction"
|
||||||
,"_generated-posting"
|
,"_generated-posting"
|
||||||
|
,"_modified"
|
||||||
,"_conversion-matched"
|
,"_conversion-matched"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user