https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 7e1ffaad0313629eaec39664ecf7df3b45e8d89c authored by Bouwe Andela on 20 December 2023, 07:45:54 UTC
Update release date
Tip revision: 7e1ffaa
.yamllint
---

extends: default

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