exclude_paths: - roles/validate-ui/.travis.yml # we don't want to see failures from sideloaded repos - ../tripleo-upgrade/ parseable: true quiet: false skip_list: # TODO(ssbarnea): Gradually remove these skips ASAP - 204 # Lines should be no longer than 160 chars - 302 # rm used in place of argument state=absent to file module - 303 # sed used in place of template, replace or lineinfile module - 602 # Don't compare to empty string - 504 # Do not use 'local_action', use 'delegate_to: localhost' - 701 # No 'galaxy_info' found - 208 # [E208] File permissions unset or incorrect - 106 # [E106] Role name {} does not match ^[a-z][a-z0-9_]+$ pattern - 207 # [E207] Nested jinja pattern - 306 # [E306] Shells that use pipes should set the pipefail option verbosity: 1