Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 74b04c1c7a0bae7e45f868fd254af22893e86570
  • 14.0 par défaut
  • 13.0
  • 12.0 protégée
4 résultats

res_partner.py

Blame
  • .ansible-lint 442 o
    ---
    warn_list:  # or 'skip_list' to silence them completely
        - git-latest  # Git checkouts must contain explicit version
        - ignore-errors  # Use failed_when and specify error conditions instead of using ignore_errors
        - no-changed-when  # Commands should not change things if nothing needs doing
        - no-handler  # Tasks that run when changed should likely be handlers
        - package-latest  # Package installs should not use latest