summaryrefslogtreecommitdiffstats
path: root/.yamllint
blob: c64b38c22e1375580677c5802668ab6fe531d204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# SPDX-FileCopyrightText: 2021 Samsung Electronics
#
# SPDX-License-Identifier: Apache-2.0

extends: default

ignore: |
  deployment.yaml

rules:
  line-length: disable