# SPDX-FileCopyrightText: 2022-2025 TII (SSRC) and the Ghaf contributors
# SPDX-License-Identifier: Apache-2.0

[general]
# Ignore rules, reference them by id or name (comma-separated)
# https://jorisroovers.com/gitlint/latest/rules/builtin_rules/
ignore=body-is-missing

# Enable specific community contributed rules
# https://jorisroovers.com/gitlint/latest/rules/contrib_rules/#available-contrib-rules
contrib=contrib-body-requires-signed-off-by

[ignore-by-author-name]
# Match commits by author name (e.g. ignore dependabot commits)
regex=dependabot
ignore=all
