mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Merge pull request #68 from puppetlabs/fixup/edit-maintainers
Remove old maintainer note
This commit is contained in:
commit
b7a210aa15
4 changed files with 1 additions and 76 deletions
27
.rubocop.yml
27
.rubocop.yml
|
|
@ -1,27 +0,0 @@
|
||||||
inherit_from: .rubocop_todo.yml
|
|
||||||
|
|
||||||
AllCops:
|
|
||||||
TargetRubyVersion: 2.4
|
|
||||||
|
|
||||||
Style/Documentation:
|
|
||||||
Enabled: False
|
|
||||||
Style/HashSyntax:
|
|
||||||
EnforcedStyle: hash_rockets
|
|
||||||
Style/TrailingCommaInHashLiteral:
|
|
||||||
EnforcedStyleForMultiline: comma
|
|
||||||
Style/TrailingCommaInArrayLiteral:
|
|
||||||
EnforcedStyleForMultiline: comma
|
|
||||||
Style/TrailingCommaInArguments:
|
|
||||||
EnforcedStyleForMultiline: comma
|
|
||||||
|
|
||||||
Layout/HashAlignment:
|
|
||||||
EnforcedHashRocketStyle: table
|
|
||||||
Layout/FirstHashElementIndentation:
|
|
||||||
EnforcedStyle: consistent
|
|
||||||
Metrics/ParameterLists:
|
|
||||||
Enabled: False
|
|
||||||
|
|
||||||
Style/StderrPuts:
|
|
||||||
Enabled: false
|
|
||||||
Style/WordArray:
|
|
||||||
Enabled: false
|
|
||||||
|
|
@ -1,46 +0,0 @@
|
||||||
# This configuration was generated by
|
|
||||||
# `rubocop --auto-gen-config`
|
|
||||||
# on 2019-02-03 15:31:20 +1100 using RuboCop version 0.63.1.
|
|
||||||
# The point is for the user to remove these configuration records
|
|
||||||
# one by one as the offenses are removed from the code base.
|
|
||||||
# Note that changes in the inspected code, or installation of new
|
|
||||||
# versions of RuboCop, may require this file to be generated again.
|
|
||||||
|
|
||||||
# Offense count: 8
|
|
||||||
Metrics/AbcSize:
|
|
||||||
Max: 319
|
|
||||||
|
|
||||||
# Offense count: 25
|
|
||||||
# Configuration parameters: CountComments, ExcludedMethods.
|
|
||||||
# ExcludedMethods: refine
|
|
||||||
Metrics/BlockLength:
|
|
||||||
Max: 278
|
|
||||||
|
|
||||||
# Offense count: 1
|
|
||||||
# Configuration parameters: CountBlocks.
|
|
||||||
Metrics/BlockNesting:
|
|
||||||
Max: 4
|
|
||||||
|
|
||||||
# Offense count: 4
|
|
||||||
# Configuration parameters: CountComments.
|
|
||||||
Metrics/ClassLength:
|
|
||||||
Max: 394
|
|
||||||
|
|
||||||
# Offense count: 4
|
|
||||||
Metrics/CyclomaticComplexity:
|
|
||||||
Max: 55
|
|
||||||
|
|
||||||
# Offense count: 13
|
|
||||||
# Configuration parameters: CountComments, ExcludedMethods.
|
|
||||||
Metrics/MethodLength:
|
|
||||||
Max: 391
|
|
||||||
|
|
||||||
# Offense count: 3
|
|
||||||
Metrics/PerceivedComplexity:
|
|
||||||
Max: 63
|
|
||||||
|
|
||||||
# Offense count: 193
|
|
||||||
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
|
|
||||||
# URISchemes: http, https
|
|
||||||
Metrics/LineLength:
|
|
||||||
Max: 285
|
|
||||||
|
|
@ -2,4 +2,4 @@ sudo: false
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.6.5
|
- 2.6.5
|
||||||
script: bundle exec rake rubocop spec
|
script: bundle exec rake spec
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,6 @@ A CLI helper tool for [Puppet Labs vmpooler](https://github.com/puppetlabs/vmpoo
|
||||||
|
|
||||||
<img src="http://i.imgur.com/xGcGwuH.jpg" width=200 height=200>
|
<img src="http://i.imgur.com/xGcGwuH.jpg" width=200 height=200>
|
||||||
|
|
||||||
This project is still supported by @briancain and @demophoon. Ping either of us if you'd like something merged and released.
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Grab the latest from ruby gems...
|
Grab the latest from ruby gems...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue