https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 20b37f6b01aacb1c059384bbfb5570f637043cba authored by morobking on 07 March 2023, 11:54:23 UTC
general working update
Tip revision: 20b37f6
.yamllint
---

extends: default

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