Преглед изворни кода

Disable var-naming[no-role-prefix] ansible-lint rule

pull/2784/head
Slavi Pantaleev пре 2 година
родитељ
комит
54412c361d
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      .config/ansible-lint.yml

+ 1
- 0
.config/ansible-lint.yml Прегледај датотеку

@@ -9,6 +9,7 @@ skip_list:
- schema - schema
- command-instead-of-shell - command-instead-of-shell
- role-name - role-name
- var-naming[no-role-prefix]
# We frequently load configuration from a template (into a variable), then merge that with another variable (configuration extension) # We frequently load configuration from a template (into a variable), then merge that with another variable (configuration extension)
# before finally dumping it to a file. # before finally dumping it to a file.
- template-instead-of-copy - template-instead-of-copy


Loading…
Откажи
Сачувај