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