Skip to content
Snippets Groups Projects
.yamllint 138 B
Newer Older
Simon Chabot's avatar
Simon Chabot committed
extends: default

rules:
  document-start: disable
  line-length: disable
  indentation:
    spaces: 2

ignore: |
  .tox/
  node_modules/