Saltstack Official PHP Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

17 rindas
627B

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