shuttlerock_shared_config 0.2.22 → 0.2.23
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/lib/shuttlerock_shared_config/version.rb +1 -1
- data/lib/templates/.rubocop.yml +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24f8d0e5d5646e66815bc70a280e3e5b121f2320ed8e33f4b26de0d2b05189d9
|
|
4
|
+
data.tar.gz: 431a8cb864d87587f6ebfd6c0f96db7f5bc440d5971736c7cf708134e7ef3af0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5bf21c4169869865b42c417ef1c3c54a2f61c8bf749da29da09af6521335d1bbe3770d954f9805c4db910bd5482544d436a275c34e9f4eeb5e7f95c090a3b824
|
|
7
|
+
data.tar.gz: df0abdd0a09fb992f0b84c1bba708d357f7458dcb508857843499732742a65f72404ffb9ea8a64415985dd3e5690b64777e1574ccfcc27cee00e500fb061e909
|
data/lib/templates/.rubocop.yml
CHANGED
|
@@ -16,7 +16,7 @@ AllCops:
|
|
|
16
16
|
- 'vendor/**/*'
|
|
17
17
|
|
|
18
18
|
# Align the elements of a hash literal if they span more than one line.
|
|
19
|
-
AlignHash:
|
|
19
|
+
Layout/AlignHash:
|
|
20
20
|
# Alignment of entries using hash rocket as separator. Valid values are:
|
|
21
21
|
#
|
|
22
22
|
# key - left alignment of keys
|
|
@@ -42,13 +42,13 @@ AlignHash:
|
|
|
42
42
|
# bb: 1
|
|
43
43
|
EnforcedColonStyle: table
|
|
44
44
|
|
|
45
|
-
Documentation:
|
|
45
|
+
Style/Documentation:
|
|
46
46
|
Enabled: false
|
|
47
47
|
|
|
48
|
-
EmptyLines:
|
|
48
|
+
Layout/EmptyLines:
|
|
49
49
|
Enabled: false
|
|
50
50
|
|
|
51
|
-
LineLength:
|
|
51
|
+
Metrics/LineLength:
|
|
52
52
|
Max: 150
|
|
53
53
|
|
|
54
54
|
Metrics/AbcSize:
|
|
@@ -74,10 +74,10 @@ Naming/UncommunicativeMethodParamName:
|
|
|
74
74
|
Naming/UncommunicativeBlockParamName:
|
|
75
75
|
MinNameLength: 2
|
|
76
76
|
|
|
77
|
-
SpaceInsideParens:
|
|
77
|
+
Layout/SpaceInsideParens:
|
|
78
78
|
Enabled: false
|
|
79
79
|
|
|
80
|
-
SpaceBeforeFirstArg:
|
|
80
|
+
Layout/SpaceBeforeFirstArg:
|
|
81
81
|
Enabled: false
|
|
82
82
|
|
|
83
83
|
Style/AccessModifierDeclarations:
|