generated from saltstack-formulas/template-formula
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.salt-lint
24 lines (23 loc) · 965 Bytes
/
.salt-lint
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- coding: utf-8 -*-
# vim: ft=yaml
# Copyright (C) The Arvados Authors. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
---
exclude_paths: []
rules:
204: # Lines should be no longer that 160 chars
ignore: |
arvados/shell/config/files/default/shell-libpam-arvados.tmpl.jinja
arvados/shell/config/files/default/shell-pam-shellinabox.tmpl.jinja
test/salt/pillar/examples/nginx_webshell_configuration.sls
test/salt/pillar/examples/nginx_passenger.sls
skip_list:
# Using `salt-lint` for linting other files as well, such as Jinja macros/templates
- 205 # Use ".sls" as a Salt State file extension
# Skipping `207` and `208` because `210` is sufficient, at least for the time-being
# I.e. Allows 3-digit unquoted codes to still be used, such as `644` and `755`
- 207 # File modes should always be encapsulated in quotation marks
- 208 # File modes should always contain a leading zero
tags: []
verbosity: 1