Created
April 13, 2024 05:53
-
-
Save smhr/c31cd72bd4ecceab83e8bf21f922def0 to your computer and use it in GitHub Desktop.
This file contains 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
# 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