Merge pull request #4 from netmanagers/refactor-config-add-service
[arvados-formula.git] / .salt-lint
1 # -*- coding: utf-8 -*-
2 # vim: ft=yaml
3 ---
4 exclude_paths: []
5 rules:
6   204:  # Lines should be no longer that 160 chars
7     ignore: |
8       arvados/shell/config/files/default/shell-libpam-arvados.tmpl.jinja
9       test/salt/pillar/examples/nginx_webshell_configuration.sls
10 skip_list:
11   # Using `salt-lint` for linting other files as well, such as Jinja macros/templates
12   - 205  # Use ".sls" as a Salt State file extension
13   # Skipping `207` and `208` because `210` is sufficient, at least for the time-being
14   # I.e. Allows 3-digit unquoted codes to still be used, such as `644` and `755`
15   - 207  # File modes should always be encapsulated in quotation marks
16   - 208  # File modes should always contain a leading zero
17 tags: []
18 verbosity: 1