docker build: Update saltstack repo URL, locale
[fuel.git] / .yamllint
1 ##############################################################################
2 # Copyright (c) 2017 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 extends: default
10
11 rules:
12   # 120 chars should be enough and don't fail if a line is longer
13   line-length:
14     max: 120
15     level: warning