Revision 94d0c6ceaf24a449a14eee830687d8c8b4fc1a14 authored by github-actions[bot] on 12 January 2024, 13:32:59 UTC, committed by GitHub on 12 January 2024, 13:32:59 UTC
Co-authored-by: valeriupredoi <valeriupredoi@users.noreply.github.com>
1 parent f761c5d
Raw File
.yamllint
---

extends: default

rules:
  line-length:
    max: 120
  octal-values: enable
back to top