mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(maint) Update VMPooler files with fixes for Rubocop violations
This commit updates vmpooler.rb, api.rb and providers.rb with style changes as per rubocop style violations. This commit also updates the rubocop configuration to always use LF line endings even on Windows as rubocop was expecting CRLF even though git is configured for LF.
This commit is contained in:
parent
2e255a5a43
commit
ba686e3c0a
4 changed files with 9 additions and 3 deletions
|
|
@ -9,6 +9,8 @@ AllCops:
|
|||
- 'scripts/**/*'
|
||||
- 'spec/**/*'
|
||||
- 'vendor/**/*'
|
||||
- Gemfile
|
||||
- Rakefile
|
||||
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
|
@ -58,3 +60,7 @@ Style/ConditionalAssignment:
|
|||
Next:
|
||||
Enabled: false
|
||||
|
||||
# Enforce LF line endings, even when on Windows
|
||||
Style/EndOfLine:
|
||||
EnforcedStyle: lf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue