Commit 16b9b2bf authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: remove extra ignore section from yamllint config

Standardize .yamllint configuration to match all other ansible roles by removing the custom ignore section for .gitlab/*
parent fe69804b
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
---
extends: 'default'

ignore:
  - ".gitlab/*"

rules:
  braces:
    max-spaces-inside: 1