a43e0d3f95
* Switch to Kubernetes v1.16.0 Change-Id: I5d6a9528b2d443750fc5e031aff15ad3ffead158 * Fix download localhost cached file path Change-Id: I65e79b70e3d1b37265ebc60f41b460cf4b0a0d47 * fix kubeadm etcd for v1.16 Change-Id: I6888a00fd48b530a38b0b31c4095492476af42d2 * disable tf packet jobs Change-Id: I075c4666547fdea4c50ec04864f38e2cfaa79154 * Disable contiv packet jobs. Fix kube-router Change-Id: I3170e8789e60711d4cee8faf65f2094480b79b8d * bump sonobuoy version Change-Id: Ib946905629c7c53ed88f08fb2f41c454457a0097
26 lines
940 B
Text
26 lines
940 B
Text
---
|
|
parseable: true
|
|
skip_list:
|
|
# see https://docs.ansible.com/ansible-lint/rules/default_rules.html for a list of all default rules
|
|
# The following rules throw errors.
|
|
# These either still need to be corrected in the repository and the rules re-enabled or documented why they are skipped on purpose.
|
|
- '301'
|
|
- '302'
|
|
- '305'
|
|
- '306'
|
|
- '404'
|
|
- '503'
|
|
|
|
# These rules are intentionally skipped:
|
|
#
|
|
# [E204]: "Lines should be no longer than 160 chars"
|
|
# This could be re-enabled with a major rewrite in the future.
|
|
# For now, there's not enough value gain from strictly limiting line length.
|
|
# (Disabled in May 2019)
|
|
- '204'
|
|
|
|
# [E701]: "meta/main.yml should contain relevant info"
|
|
# Roles in Kubespray are not intended to be used/imported by Ansible Galaxy.
|
|
# While it can be useful to have these metadata available, they are also available in the existing documentation.
|
|
# (Disabled in May 2019)
|
|
- '701'
|