github.com/celestiaorg/celestia-node@v0.15.0-beta.1/.yamllint.yml (about)

     1  ---
     2  # Built from docs https://yamllint.readthedocs.io/en/stable/configuration.html
     3  extends: default
     4  
     5  rules:
     6    # 120 chars should be enough, but don't fail if a line is longer
     7    line-length:
     8      max: 120
     9      level: warning