Add strict
or pedantic
mode
#108
Closed
pashagolub
started this conversation in
Ideas
Replies: 1 comment 3 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
strict
mode warnings appears on the Doctor page.pedantic
mode 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