-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.yamllint.yaml
More file actions
54 lines (53 loc) · 1.29 KB
/
.yamllint.yaml
File metadata and controls
54 lines (53 loc) · 1.29 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# SPDX-FileCopyrightText: (C) 2026 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
---
ignore: |
test/catalog-*-test.yaml
.cache
vendor
ci
.github/workflows
pkg/schema
api/spec/openapi.yaml
internal/northbound/testdata
deployments/app-orch-catalog/templates
app-orch-tutorials/developer-guide-tutorial/tutorial-web-ui/node_modules/
app-orch-tutorials/developer-guide-tutorial/tutorial-chart/tutorial-server/templates/
app-orch-tutorials/developer-guide-tutorial/tutorial-chart/tutorial-web-ui/templates/
app-orch-tutorials/httpbin/helm/templates/
venv
venv-env
.github/
extends: default
rules:
line-length:
level: warning
max: 200
ignore: |
api/spec/*.yaml
deployments/keycloak-dev/values.yaml
deployments/application-catalog/values.yaml
pkg/schema/generator/catalog-schema-base.yaml
pkg/schema/catalog-schema.yaml
internal/northbound/testdata/*
document-start:
level: warning
ignore: |
api/spec/openapi.yaml
comments:
level: error
comments-indentation:
level: error
truthy:
level: error
empty-values: enable
braces:
min-spaces-inside: 0
max-spaces-inside: 5
brackets:
min-spaces-inside: 0
max-spaces-inside: 5
colons:
max-spaces-before: 1
max-spaces-after: 5