Skip to content

Commit 41c3b56

Browse files
committed
Add a YAML lint configuration
Coming from the automatic orb-tool v11 migration script.
1 parent 2c05ee7 commit 41c3b56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .yamllint

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extends: relaxed
2+
3+
rules:
4+
line-length:
5+
max: 200
6+
allow-non-breakable-inline-mappings: true
7+

0 commit comments

Comments
 (0)