voxpupuli-test 5.1.0 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/rubocop.yml +11 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 043217e39632232779c53bc0ba19664fc146d8f661fded887bef0c4b89a4d0ba
|
4
|
+
data.tar.gz: 7e334773d498b2c972b0b175d518d99f7ef19a43aef9d0f601f5eaecd79c8a72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e221a9958c18d5bea59715c27cf389bfb7e3097e49f9629c7362803592837f1b50bef734956ad605907af37db441be79ebe0c09568ecdcde5e4d8e5b29789dc3
|
7
|
+
data.tar.gz: a91e73c26cfe367d8ac541d0360984ca2072eb5411e93bdc38f39f6bb2ba03dcc605429a5e3ad7b49a2ae9cbc441fc89c1a01bf33b0f3c797b95931309379966
|
data/rubocop.yml
CHANGED
@@ -504,6 +504,10 @@ Lint/UselessAssignment:
|
|
504
504
|
Layout/ClosingParenthesisIndentation:
|
505
505
|
Enabled: True
|
506
506
|
|
507
|
+
# Boolean symbols are used quite extensively in Puppet types/providers
|
508
|
+
Lint/BooleanSymbol:
|
509
|
+
Enabled: False
|
510
|
+
|
507
511
|
# RSpec
|
508
512
|
|
509
513
|
RSpec/BeforeAfterAll:
|
@@ -553,6 +557,9 @@ RSpec/ContextWording:
|
|
553
557
|
Naming/HeredocDelimiterNaming:
|
554
558
|
Enabled: false
|
555
559
|
|
560
|
+
Naming/MethodParameterName:
|
561
|
+
AllowedNames: ['at', 'by', 'to', 'db', 'id', 'in', 'io', 'ip', 'of', 'on', 'os', 'pp', 'is']
|
562
|
+
|
556
563
|
# New cops available after rubocop upgrade
|
557
564
|
Gemspec/DateAssignment: # (new in 1.10)
|
558
565
|
Enabled: true
|
@@ -610,6 +617,8 @@ Style/RedundantArgument: # (new in 1.4)
|
|
610
617
|
Enabled: true
|
611
618
|
Style/SwapValues: # (new in 1.1)
|
612
619
|
Enabled: true
|
620
|
+
Style/OptionalBooleanParameter:
|
621
|
+
Enabled: false
|
613
622
|
Layout/LineEndStringConcatenationIndentation: # new in 1.18
|
614
623
|
Enabled: true
|
615
624
|
Lint/AmbiguousOperatorPrecedence: # new in 1.21
|
@@ -648,3 +657,5 @@ RSpec/SubjectDeclaration: # new in 2.5
|
|
648
657
|
Enabled: true
|
649
658
|
RSpec/Rails/AvoidSetupHook: # new in 2.4
|
650
659
|
Enabled: true
|
660
|
+
RSpec/ImplicitSubject:
|
661
|
+
Enabled: false
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: voxpupuli-test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vox Pupuli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|