Skip to content

Instantly share code, notes, and snippets.

@smhr
Created April 13, 2024 05:53
Show Gist options
  • Save smhr/c31cd72bd4ecceab83e8bf21f922def0 to your computer and use it in GitHub Desktop.
Save smhr/c31cd72bd4ecceab83e8bf21f922def0 to your computer and use it in GitHub Desktop.
# This is my first, very own configuration file for yamllint!
# It extends the default conf by adjusting some options.
extends: default
rules:
comments-indentation: disable # don't bother me with this rule
indentation: disable # don't bother me with this rule
line-length:
max: 120
level: warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment