https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: c40148379e6385b6c99f2e1087ccac4b9da9787a authored by Javier Vegas-Regidor on 18 January 2024, 11:30:33 UTC
Fix recipe
Tip revision: c401483
.yamllint
---

extends: default

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