Skip to content
Snippets Groups Projects
Commit 6a223b98 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Update ansible-lint config

Add exception for fqcn[canonical] linter errors.
parent 2b214dd0
Branches
Tags
1 merge request!108Update JUNOS and NOKIA trunk_interface template to manage interface removals
Pipeline #87175 passed
...@@ -4,3 +4,4 @@ skip_list: ...@@ -4,3 +4,4 @@ skip_list:
- 'no-free-form' # Avoid using free-form when calling module actions. (ansible.builtin.set_fact) - 'no-free-form' # Avoid using free-form when calling module actions. (ansible.builtin.set_fact)
- 'role-name[path]' # Avoid using paths when importing roles. - 'role-name[path]' # Avoid using paths when importing roles.
- 'var-naming[no-role-prefix]' # - 'var-naming[no-role-prefix]' #
- 'fqcn[canonical]' # Avoid errors "You should use canonical module name `junipernetworks.junos.junos` instead of `junipernetworks.junos.junos_config`."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment