Skip to content
Snippets Groups Projects
Select Git revision
  • 0c372ecbcc6ed719a1739f95987cc56448dabe98
  • master default protected
  • typos
  • development protected
  • ReadMe_Typos
  • example
  • feat/autocomplete-vscode
  • v3.3
  • v3.2
  • v3.1
  • v3.0
  • v2.2
  • v2.1
  • v2.0
  • old-example
  • v1.5
  • v1.4
  • v1.3
  • v1.0
  • v1.1
  • v1.2
21 results

README.md

Blame
  • .salt-lint 540 B
    # -*- coding: utf-8 -*-
    # vim: ft=yaml
    ---
    exclude_paths: []
    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