Skip to content

Commit 7093b13

Browse files
committed
Update yamllint configuration
- Ignore generated rpm lock files - Ignore telco5g-konflux submodule AI-attribution: AIA,Entirely human-created,v1.0 For more information on AI attribution statements, see: https://aiattribution.github.io/
1 parent 6b84624 commit 7093b13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.yamllint.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
extends: default
33
ignore:
44
- vendor/
5+
# Ignore the generated rpm lock files because we can't easily control their formatting
6+
- .konflux/lock-build/rpms.lock.yaml
7+
- .konflux/lock-runtime/rpms.lock.yaml
8+
# Ignore the submodule directories
9+
- telco5g-konflux/
510
rules:
611
line-length: disable

0 commit comments

Comments
 (0)