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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 756b7ab9f4412bff7f11cb6e263ef526404903d694560ad85533035c8b24befd
4
- data.tar.gz: c0d304be1fbdd9bcaa4f99de93275cced1870cd0b366f6de546f78b1ea5cb49e
3
+ metadata.gz: f3e0247700072b2c9aa222eb7533259dca6828196ef13db3438dea5724a5d2d9
4
+ data.tar.gz: 9ff61f12243109f13137fa9e2cfa09617ae1bf9f127f6577fc71deb92153da5b
5
5
  SHA512:
6
- metadata.gz: 909178929b9869da1a78419c3f1b3d5b530b7c63d023c5bee07b02f584d0bfc46207afc603ecb9961470a51cd78168e01f5bca21864cff7322eefb58d7590ab8
7
- data.tar.gz: 91e8eb67950c2c86b860f9a682d498fd6e1181d85f5c9cdcf424e59d1a597a26be5705ae7931885cddac6a4d1ae7c50de4f9cdf11b08ce8fa8d7af9e30028ebc
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
- Style/MethodCallWithArgsParentheses:
87
- Enabled: true
88
- AllowParenthesesInCamelCaseMethod: true
89
- AllowParenthesesInChaining: true
90
- AllowParenthesesInMultilineCall: true
91
- EnforcedStyle: omit_parentheses
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Rickselby
5
- VERSION = "0.11.1"
5
+ VERSION = "0.12.0"
6
6
  end
7
7
  end
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.11.1
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-06 00:00:00.000000000 Z
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.5.3
147
+ rubygems_version: 3.4.10
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: Code styling for my projects