https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 6a9c93a375ef4c740788e95b0f12de19229a2cd4 authored by morobking on 28 March 2023, 13:20:14 UTC
Initial placeholer for recipe
Tip revision: 6a9c93a
.yamllint
---

extends: default

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