Skip to content

Instantly share code, notes, and snippets.

@inyee786
Created August 31, 2019 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inyee786/ef15b05c98bb4761b41af5f4fe268239 to your computer and use it in GitHub Desktop.
Save inyee786/ef15b05c98bb4761b41af5f4fe268239 to your computer and use it in GitHub Desktop.
lint rule for travis.yml chart.yaml and values.yaml
---
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