Files
Andrew Grimberg ac4abd37e5 CI: Update configuration for pre-commit CI
Make sure that pre-commit-ci is adding a DCO line. Upstream does not
view this as something that they should directly support or even do, but
since it is possible to set more than just the subject line, we can
effectively add the DCO line to the commit message just at the top of
the body instead of the footer.

Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
2025-04-19 10:01:07 -07:00

16 lines
306 B
Plaintext

---
# SPDX-FileCopyrightText: 2021 Andrew Grimberg <tykeal@bardicgrove.org>
# SPDX-License-Identifier: Apache-2.0
extends: default
rules:
empty-lines:
max-end: 1
comments:
# prettier forces 1 space comment separator
min-spaces-from-content: 1
level: error
line-length:
max: 120