rubocop-rickselby 0.11.1 → 0.12.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/config/default.yml +8 -6
- data/lib/rubocop/rickselby/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3e0247700072b2c9aa222eb7533259dca6828196ef13db3438dea5724a5d2d9
|
4
|
+
data.tar.gz: 9ff61f12243109f13137fa9e2cfa09617ae1bf9f127f6577fc71deb92153da5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c92afe29edd5de5b8daf2a057477a74d129350c7a7fafe8babc5556cf898b64cd98d223ed49f16f7fc6e1519f088361125f54f8372dbf86b66a5183815dc6a25
|
7
|
+
data.tar.gz: ff3dfe1731fb3982972e19a9e0f0b539a54c1115eb924cc55c0e80f28d14377306e71739e35a4c8ad645e7fd016d3bc5928c75ed90d3e65cf24e60af8f278923
|
data/config/default.yml
CHANGED
@@ -83,12 +83,14 @@ Style/FloatDivision:
|
|
83
83
|
Style/IpAddresses:
|
84
84
|
Enabled: true
|
85
85
|
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
86
|
+
# I'd like this if we can declare a list of functions that should use parentheses.
|
87
|
+
# e.g. let() for rspec
|
88
|
+
#Style/MethodCallWithArgsParentheses:
|
89
|
+
# Enabled: true
|
90
|
+
# AllowParenthesesInCamelCaseMethod: true
|
91
|
+
# AllowParenthesesInChaining: true
|
92
|
+
# AllowParenthesesInMultilineCall: true
|
93
|
+
# EnforcedStyle: omit_parentheses
|
92
94
|
|
93
95
|
Style/MethodCalledOnDoEndBlock:
|
94
96
|
Enabled: true
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-rickselby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rick Selby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
144
|
- !ruby/object:Gem::Version
|
145
145
|
version: '0'
|
146
146
|
requirements: []
|
147
|
-
rubygems_version: 3.
|
147
|
+
rubygems_version: 3.4.10
|
148
148
|
signing_key:
|
149
149
|
specification_version: 4
|
150
150
|
summary: Code styling for my projects
|