From d977ed2a119106100f64a873d99aed238ea6b059 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 12:38:25 +0200 Subject: Adding upstream version 0.1.31. Signed-off-by: Daniel Baumann --- debputy.pod | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'debputy.pod') diff --git a/debputy.pod b/debputy.pod index 0cee740..c53fa23 100644 --- a/debputy.pod +++ b/debputy.pod @@ -171,6 +171,21 @@ providing the results. If you rely on the exit code, you are recommended to explicitly pass the relevant variant of the flag even if the current default matches your wishes. +=item B<--missing-style-is-ok> + +By default, B will exit with an error when it cannot determine which style to +use. This is generally what you want for "per package" CI or other lint checks to inform you that +the reformatting will not work. + +However, for "cross package" pipelines, like the default Debian Salsa CI pipeline, having +B automatically work when a style is set and doing nothing otherwise is +preferable, since the pipeline can then provide a B job for all consumers +without worrying about breaking their pipelines. + +It can also be useful for scripts or automated mass-edits where you want B to fixup +the changes you did if there is a known style without being hampered by the packages that +have no known style. + =back =item lint -- cgit v1.2.3