Is your feature request related to a problem?
If you enable oca-checks-po hooks with po-pretty-format check enabled but without --fix arg it shows only:
Wrong formatting but it doesn't show the diff or something to know where it is wrong
Describe the solution you'd like
Show the diff from original po file with the changes
Describe alternatives you've considered
It should shows the diff from the both variables sources:
|
if self.pretty_contents != self.original_contents: |
Related to OCA/server-env#204
Is your feature request related to a problem?
If you enable oca-checks-po hooks with po-pretty-format check enabled but without
--fixarg it shows only:Wrong formattingbut it doesn't show the diff or something to know where it is wrongDescribe the solution you'd like
Show the diff from original po file with the changes
Describe alternatives you've considered
It should shows the diff from the both variables sources:
odoo-pre-commit-hooks/src/oca_pre_commit_hooks/checks_odoo_module_po.py
Line 101 in 3695cf4
Related to OCA/server-env#204