We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66f1ff commit 0a30c78Copy full SHA for 0a30c78
1 file changed
.yamllint
@@ -0,0 +1,21 @@
1
+---
2
+# SPDX-License-Identifier: Apache-2.0
3
+# SPDX-FileCopyrightText: 2026 The Linux Foundation
4
+
5
+# yamllint configuration for OpenDaylight projects
6
7
+extends: default
8
9
+rules:
10
+ line-length:
11
+ max: 120
12
+ level: warning
13
+ indentation:
14
+ spaces: 2
15
+ indent-sequences: true
16
+ comments:
17
+ min-spaces-from-content: 1
18
+ comments-indentation: {}
19
+ document-start: disable
20
+ truthy:
21
+ allowed-values: ['true', 'false', 'yes', 'no']
0 commit comments