Skip to content

Instantly share code, notes, and snippets.

@copperwalls
Created August 3, 2017 08:33
Show Gist options
  • Save copperwalls/9c61829b9d6297c71f6be895f97995b1 to your computer and use it in GitHub Desktop.
Save copperwalls/9c61829b9d6297c71f6be895f97995b1 to your computer and use it in GitHub Desktop.
yamllint example configuration
---
extends: default
rules:
comments:
level: error
require-starting-space: true
min-spaces-from-content: 2
document-start:
level: error
line-length:
level: warning
allow-non-breakable-inline-mappings: true
truthy: disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment