rubocop-ronin 0.2.6 → 0.2.7
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 +3 -0
- 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: b1d20bd510fe4ba7479f11afa318d7318ca2ff42e2859bc6aac0a39b8ee45690
|
|
4
|
+
data.tar.gz: 3a8d169176c31096dc4ea4a6d1507da71b299f51d06b009436516741b922c2cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4a08197ca8f02a649b49e95c0683f458c28084494ea906340ec8af42cc5c73910233e3b856941f0591f37e70deba951f406b14815626df9ffc0f63f11448728
|
|
7
|
+
data.tar.gz: bb0e4c954156ed33d8edb7a82b7a0815d2d666364b3ad1ef5d04e5decfbb938225d787d3ae5ca16429294fd4560757140c64018be8fb1fee43944b5faf168efc
|
data/rubocop.yml
CHANGED
|
@@ -102,3 +102,6 @@ Style/ArgumentsForwarding: { Enabled: false }
|
|
|
102
102
|
|
|
103
103
|
# I have been bit by implicit `super` argument/block passing in the past
|
|
104
104
|
Style/SuperArguments: { Enabled: false }
|
|
105
|
+
|
|
106
|
+
# bitwise operations are more understandable than Integer#allbits? / #nobits?
|
|
107
|
+
Style/BitwisePredicate: { Enabled: false }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-ronin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Postmodern
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: '0'
|
|
76
76
|
requirements: []
|
|
77
|
-
rubygems_version: 3.
|
|
77
|
+
rubygems_version: 3.5.16
|
|
78
78
|
signing_key:
|
|
79
79
|
specification_version: 4
|
|
80
80
|
summary: rubocop configuration for the ronin-rb project
|