Commit 535d5462 authored by Simon Cornet's avatar Simon Cornet
Browse files

[ci] added yamllint config and comply to linter

parent 8f922726
Loading
Loading
Loading
Loading

.yamllint

0 → 100644
+7 −0
Original line number Diff line number Diff line
---

rules:
  line-length:
    max: 160
    allow-non-breakable-words: true
    allow-non-breakable-inline-mappings: true