https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: cbb019b1e91d11204ead8a3819a133f028298c0d authored by bascrezee on 15 October 2020, 13:47:48 UTC
Uncommented part of yaml file
Tip revision: cbb019b
.yamllint
---

extends: default

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