https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 87b64ce03623801dfb867ff8928dcc9389fcdd9e authored by Martin Jury on 16 April 2021, 08:55:29 UTC
add correct endyear to recipe_checks
Tip revision: 87b64ce
.yamllint
---

extends: default

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