https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 1306c3340dc19c5c00cb5ed437dec1958c12bc57 authored by Katherine Tomkins on 14 September 2022, 11:03:24 UTC
#2786: removes task from flow.cylc
Tip revision: 1306c33
.yamllint
---

extends: default

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