diff options
Diffstat (limited to 'ansible_collections/google/cloud/.ansible-lint')
-rw-r--r-- | ansible_collections/google/cloud/.ansible-lint | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible_collections/google/cloud/.ansible-lint b/ansible_collections/google/cloud/.ansible-lint new file mode 100644 index 00000000..c77c6a87 --- /dev/null +++ b/ansible_collections/google/cloud/.ansible-lint @@ -0,0 +1,10 @@ +--- +parseable: true +skip_list: + - ANSIBLE0010 +use_default_rules: true +verbosity: 1 +exclude_paths: + - ./roles/gcp_http_lb/ + - ./tests/ + - ./plugins |