-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheylogs.properties
More file actions
35 lines (29 loc) · 1.14 KB
/
Copy pathheylogs.properties
File metadata and controls
35 lines (29 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Heylogs Configuration File
# https://github.com/nbbrd/heylogs
#
# This file configures heylogs behavior for the CLI, Maven plugin, and Enforcer rules.
# Configuration files can be placed in any parent directory and will be merged hierarchically.
# Child configurations override parent configurations.
#
# To stop looking for parent configuration files, add:
# config.stopBubbling=true
# Tagging configuration
# Specifies how version tags are formatted (e.g., prefix:v for v1.0.0)
# Example: tagging=prefix:v
#tagging=
# Versioning configuration
# Specifies the versioning scheme to validate (e.g., semver, calver)
# Example: versioning=semver
#versioning=
# Forge configuration
# Specifies the code hosting platform (e.g., github, gitlab, forgejo)
# Example: forge=github
#forge=
# Rule configurations (comma-separated)
# Specifies which rules to apply and their severity levels (ERROR, WARN, INFO)
# Example: rules=no-empty-changes:ERROR,valid-heading:WARN,consistent-version-refs:ERROR
#rules=
# Domain mappings (comma-separated)
# Maps specific domains to forges for link validation
# Example: domains=example.com:github,internal.corp:gitlab
#domains=