From 660998dd6bd05d408af47b9f9ac689fb209c55b2 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 2 Dec 2019 14:43:57 -0600 Subject: [PATCH] Fix rubocop issues. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c245da08..a192d0c95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,7 +59,7 @@ before_install: script: # Vagrantfile syntax check. - - 'rubocop ./Vagrantfile ./lib/drupalvm --except LineLength,Eval,MutableConstant,BlockLength,MethodLength,ConditionalAssignment,AlignParameters,IfUnlessModifier' + - 'rubocop ./Vagrantfile ./lib/drupalvm --except Metrics/LineLength,Security/Eval,Style/MutableConstant,Metrics/BlockLength,Metrics/MethodLength,Style/ConditionalAssignment,Style/IfUnlessModifier' # Run tests. - composer run-tests