From 15af69c32d0338d7a659ddcf23cfb339973d18e2 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 30 Jul 2020 17:56:36 -0400 Subject: Implement linting process This commit pretends to make changes required by yamllint and shellcheck tools. Signed-off-by: Victor Morales Change-Id: I73b0a3b54f89b2692c1c3af7940a3acf1124fadb --- .yamllint | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .yamllint (limited to '.yamllint') diff --git a/.yamllint b/.yamllint new file mode 100644 index 0000000..c30d2b5 --- /dev/null +++ b/.yamllint @@ -0,0 +1,17 @@ +--- +# SPDX-license-identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2020 Samsung Electronics +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +extends: default + +ignore: | + deployment.yaml + +rules: + line-length: disable -- cgit 1.2.3-korg