Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 660998d

Browse files
committed
Fix rubocop issues.
1 parent ac77e1e commit 660998d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ before_install:
5959

6060
script:
6161
# Vagrantfile syntax check.
62-
- 'rubocop ./Vagrantfile ./lib/drupalvm --except LineLength,Eval,MutableConstant,BlockLength,MethodLength,ConditionalAssignment,AlignParameters,IfUnlessModifier'
62+
- 'rubocop ./Vagrantfile ./lib/drupalvm --except Metrics/LineLength,Security/Eval,Style/MutableConstant,Metrics/BlockLength,Metrics/MethodLength,Style/ConditionalAssignment,Style/IfUnlessModifier'
6363

6464
# Run tests.
6565
- composer run-tests

0 commit comments

Comments
 (0)