Saltstack Official Syslog-NG Formula
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314
  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. exclude_paths: []
  5. rules: {}
  6. skip_list:
  7. # Using `salt-lint` for linting other files as well, such as Jinja macros/templates
  8. - 205 # Use ".sls" as a Salt State file extension
  9. # Skipping `207` and `208` because `210` is sufficient, at least for the time-being
  10. # I.e. Allows 3-digit unquoted codes to still be used, such as `644` and `755`
  11. - 207 # File modes should always be encapsulated in quotation marks
  12. - 208 # File modes should always contain a leading zero
  13. tags: []
  14. verbosity: 1