Changeset - 4a28596db267
[Not reviewed]
0 3 0
Brett Smith - 4 years ago 2020-06-15 22:08:18
brettcsmith@brettcsmith.org
data: bank-statement and tax-statement are link metadata.

Not including them earlier was an oversight.
3 files changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/data.py
Show inline comments
...
 
@@ -58,2 +58,3 @@ LINK_METADATA = frozenset([
 
    'approval',
 
    'bank-statement',
 
    'check',
...
 
@@ -65,2 +66,3 @@ LINK_METADATA = frozenset([
 
    'statement',
 
    'tax-statement',
 
])
tests/test_meta_repo_links.py
Show inline comments
...
 
@@ -29,2 +29,3 @@ METADATA_KEYS = [
 
    'approval',
 
    'bank-statement',
 
    'check',
...
 
@@ -35,2 +36,3 @@ METADATA_KEYS = [
 
    'statement',
 
    'tax-statement',
 
]
tests/test_meta_rt_links.py
Show inline comments
...
 
@@ -27,2 +27,3 @@ METADATA_KEYS = [
 
    'approval',
 
    'bank-statement',
 
    'check',
...
 
@@ -34,2 +35,3 @@ METADATA_KEYS = [
 
    'statement',
 
    'tax-statement',
 
]
0 comments (0 inline, 0 general)