Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pre_commit_vauxoo/cfg/.oca_hooks.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[MESSAGES_CONTROL]
disable=xml-oe-structure-missing-id,po-pretty-format
disable=manifest-superfluous-key,po-pretty-format,prefer-env-translation,prefer-readme-rst,xml-field-bool-without-eval,xml-field-numeric-without-eval,xml-header-missing,xml-header-wrong,xml-id-position-first,xml-oe-structure-missing-id,xml-redundant-module-name
2 changes: 1 addition & 1 deletion tests/test_pre_commit_vauxoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def test_disable_oca_hooks(self):
with open(os.path.join(self.tmp_dir, ".oca_hooks.cfg")) as hooks_cfg:
f_content = hooks_cfg.read()
self.assertIn(
"disable=xml-oe-structure-missing-id,po-pretty-format,random-message",
",random-message",
f_content,
"random-message was supposed to be disabled through the corresponding environment variable",
)
Expand Down