Skip to content

Commit 3bb92f9

Browse files
Created .yamllint.yml NO_JIRA
1 parent 8aec613 commit 3bb92f9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.yamllint.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- mode: yaml -*-
2+
# vim:ts=2:sw=2:ai:si:syntax=yaml
3+
#
4+
# yamllint configuration directives
5+
# Project Homepage: https://github.com/adrienverge/yamllint
6+
#
7+
# Overriding rules in files:
8+
# http://yamllint.readthedocs.io/en/latest/disable_with_comments.html
9+
---
10+
extends: default
11+
12+
# Rules documentation: http://yamllint.readthedocs.io/en/latest/rules.html
13+
rules:
14+
document-start: disable
15+
line-length:
16+
max: 200

0 commit comments

Comments
 (0)