Add strict or pedantic mode
#108
Closed
pashagolub
started this conversation in
Ideas
Replies: 2 comments 7 replies
-
|
I can make it a config. ledger has strict/pedantic, but hledger has only strict (which is the same as ledger's pedantic). Are you looking for both options or one is enough? |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
does this work? I enabled strict model and all transactions started showing errors. I have defined accounts already still it raises "Unknow Account" error. I had to disable it after failed tries to fix it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
From ledger manual:
I would like to set such mode in the configuration. Sometimes import fails or I mistype the account name. And it takes some time later to find the typo/error.
The proposal is:
strictmode warnings appears on the Doctor page.pedanticmode user spots error immediately and fixes it right away.I admit this is quite a strong limitation for most of the users, so it should be turned off by default.
If you like the idea, I may try to implement it.
Beta Was this translation helpful? Give feedback.
All reactions