From ead6ebcd571f1219265457d804a10f06e39bd547 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 22 Jul 2016 23:10:55 -0500 Subject: [PATCH] Issue #814: See what files rubocop is inspecting. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 104cb28f4..d82226a74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,6 +61,7 @@ script: - '[[ ! -z "${local_config}" ]] && sudo docker exec "$(cat ${container_id})" bash -c "cp ${DRUPALVM_DIR}/${local_config} ${config_dir:-$DRUPALVM_DIR}/local.config.yml" || true' # Vagrantfile syntax check + - 'rubocop --list-target-files' - 'rubocop --except LineLength,Eval,MutableConstant' # Ansible syntax check.