rubocop-crisalix 0.4.0 → 0.5.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +6 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0da5540fcf1bd59bfb1af3121ed636792365e9cf1419634bc1a9e5aec6c75576
4
- data.tar.gz: 7acd8bcfd086e2486c08556a0e40ea9e69d1919ca6fe7b6eb11cf6bfa37e76fd
3
+ metadata.gz: b8f8af870c5ea108aba87661156b9423f1335162813ff40df7566d17ad4d0490
4
+ data.tar.gz: f82ce076bec039feaca66f80c336283263d98400ec9559f5ba762341e08f579f
5
5
  SHA512:
6
- metadata.gz: 584e73f9c2b2ac1d51901589f21a15a00017f85fb9fb40597707e5614bcd71dc26d3bceae86846dc5f6b8165f284230058d6415430be7d3d5be6c3fb1ef54b40
7
- data.tar.gz: 518479d31c4290be566a52088d652ec10056e62d95f8b34b9907cf1dbae1559f345ad5764bd664d59b9ec6596501deffda2f9e2fec11c5ed2ab499945498cd5d
6
+ metadata.gz: 9d46a7edda19a984c7942d3b914b928343f6b76065dd1c5fc6e21af8f5d14aa8b69eb727f689c61b6b4e4e0430b5f992cd4883dc8a52f17b9e6034938dcf2527
7
+ data.tar.gz: c2a7b51fa4bc583860cfd69515fd5a749273867a541a5a075a84536351ba46ed7da5ed5359d4167de4ea62188990e8afdad62608262c12b7444d1fc6aa24739f
data/rubocop.yml CHANGED
@@ -30,6 +30,8 @@ Lint/AssignmentInCondition:
30
30
  Enabled: false
31
31
  Lint/Loop:
32
32
  Enabled: false
33
+ Lint/SafeNavigationChain:
34
+ Enabled: false
33
35
 
34
36
  # Styles
35
37
  Style/OptionalBooleanParameter:
@@ -88,6 +90,8 @@ Style/CommentedKeyword:
88
90
  Enabled: false
89
91
  Style/ModuleFunction:
90
92
  Enabled: false
93
+ Style/Lambda:
94
+ Enabled: false
91
95
 
92
96
  # Metrics
93
97
  Metrics/ClassLength:
@@ -134,3 +138,5 @@ Layout/MultilineMethodCallBraceLayout:
134
138
  Enabled: false
135
139
  Layout/EndAlignment:
136
140
  Enabled: false
141
+ Layout/CaseIndentation:
142
+ Enabled: false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-crisalix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Anguera @markets
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-20 00:00:00.000000000 Z
11
+ date: 2025-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop