Commit 1184030c authored by Simon Cornet's avatar Simon Cornet
Browse files

[ci] added yamllint config and comply to linter

parent 98af20f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ image_pull_secrets:
# kubernetes deployment
---
kind: 'pipeline'
name: 'build'
name: 'deployment'
type: 'kubernetes'

depends_on:

.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