summaryrefslogtreecommitdiffstats
path: root/tests/lint_tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 04:46:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 04:46:50 +0000
commitbc89ba559341c8db00321e79f04789056c092436 (patch)
tree6bbf70d90e4b04d0cebf8ef460e08ee1f16f86f0 /tests/lint_tests
parentReleasing progress-linux version 0.1.31-0.0~progress7.99u1. (diff)
downloaddebputy-bc89ba559341c8db00321e79f04789056c092436.tar.xz
debputy-bc89ba559341c8db00321e79f04789056c092436.zip
Merging upstream version 0.1.32.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/lint_tests')
-rw-r--r--tests/lint_tests/lint_tutil.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lint_tests/lint_tutil.py b/tests/lint_tests/lint_tutil.py
index 08120ee..26df505 100644
--- a/tests/lint_tests/lint_tutil.py
+++ b/tests/lint_tests/lint_tutil.py
@@ -60,6 +60,8 @@ class LintWrapper:
state = LintStateImpl(
self._debputy_plugin_feature_set,
self.lint_style_preference_table,
+ None,
+ None,
self.path,
"".join(dctrl_lines) if dctrl_lines is not None else "",
lines,