Skip to content

Adjust pre-commit config for markdownlint

previously markdownlint was running with -f option to automatically fix some errors. This is great when running locally before commit but it doesn't provide info on what's wrong while running on pipeline.

Removing the option to get more informations on failures, committers can still run markdownlint locally adding the -f option if needed.

Signed-off-by: Sandro Bonazzola sbonazzo@redhat.com

Merge request reports

Loading