skip_list:  # or 'skip_list' to silence them completely
  - command-instead-of-shell  # Use shell only when shell functionality is required
  - experimental  # all rules tagged as experimental
  - package-latest  # Package installs should not use latest
  - role-name  # Role name {0} does not match ``^[a-z][a-z0-9_]+$`` pattern

exclude_paths:
  - zuul.d/
