Skip to content
Snippets Groups Projects
Select Git revision
  • 7c3dc0f196a707ec1fa06e4a9dd7db09f519f3db
  • master default protected
2 results

sharedassets0.assets

Blame
  • .salt-lint 627 B
    # -*- coding: utf-8 -*-
    # vim: ft=yaml
    ---
    exclude_paths:
      # Save time spent checking files by avoiding the deprecated `ng/` directory
      - php/ng/
    rules: {}
    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
      # Skipping `207` and `208` because `210` is sufficient, at least for the time-being
      # I.e. Allows 3-digit unquoted codes to still be used, such as `644` and `755`
      - 207  # File modes should always be encapsulated in quotation marks
      - 208  # File modes should always contain a leading zero
    tags: []
    verbosity: 1