Skip to content
Snippets Groups Projects
Select Git revision
  • b39b32a48c56547b5e70b9d70d5bcf5681294ce8
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
22 results

setup.cfg

Blame
  • .ansible-lint 613 B
    exclude_paths:
      - roles
      - .tox
      - .venv
    
    parseable: true
    
    quiet: false
    
    skip_list:
      - '201'  # Trailing whitespace
      - '204'  # Lines should be no longer than 160 chars
      - '206'  # Variables should have spaces before and after: {{ var_name }}'
      - '208'  # File permissions not mentioned
      - '301'  # Commands should not change things if nothing needs doing'
      - '305'  # Use shell only when shell functionality is required'
      - '306'  # Shells that use pipes should set the pipefail option'
      - '502'  # All tasks should be named
      - '505'  # Referenced missing file
    
    use_default_rules: true
    
    verbosity: 1