Created
August 31, 2019 17:01
-
-
Save inyee786/ef15b05c98bb4761b41af5f4fe268239 to your computer and use it in GitHub Desktop.
lint rule for travis.yml chart.yaml and values.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
extends: default | |
rules: | |
comments: | |
min-spaces-from-content: 1 | |
line-length: | |
max: 150 | |
braces: | |
min-spaces-inside: 0 | |
max-spaces-inside: 0 | |
brackets: | |
min-spaces-inside: 0 | |
max-spaces-inside: 0 | |
indentation: | |
indent-sequences: consistent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment