瀏覽代碼

ci(travis): update `salt-lint` config for `v0.0.10` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/82
tags/v0.42.3
Imran Iqbal 5 年之前
父節點
當前提交
88fed5603a
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. +4
    -2
      .salt-lint

+ 4
- 2
.salt-lint 查看文件

@@ -4,8 +4,10 @@
exclude_paths:
# This is actually a Python file
- _pillar/known_hosts_salt_ssh.sls
# Violation: [204] Lines should be no longer that 160 chars
- test/salt/pillar/default.sls
rules:
204: # Lines should be no longer that 160 chars
ignore: |
test/salt/pillar/default.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

Loading…
取消
儲存