(maint) Fix minor rubocop violations

Fix minor rubocop violations
This commit is contained in:
Glenn Sarti 2017-07-07 17:04:12 -07:00
parent 30946fab8e
commit 5e0aefc629
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ AllCops:
- 'vendor/**/*' - 'vendor/**/*'
- Gemfile - Gemfile
- Rakefile - Rakefile
- Vagrantfile
Style/Documentation: Style/Documentation:
Enabled: false Enabled: false