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

extends: default

ignore: |
  deployment.yaml
  .tox/

rules:
  line-length: disable
  truthy: disable
  comments-indentation: disable
  comments: disable