rubocop-ronin 0.2.5 → 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +6 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 774a168560261ffa550ae2f3942e3c201986b810b8919e6be37385f4ccf5ab1e
4
- data.tar.gz: dad74ecb3765cf41ea6a1209f2250dd726faec30fb458396831d074c77a25e9d
3
+ metadata.gz: b1d20bd510fe4ba7479f11afa318d7318ca2ff42e2859bc6aac0a39b8ee45690
4
+ data.tar.gz: 3a8d169176c31096dc4ea4a6d1507da71b299f51d06b009436516741b922c2cb
5
5
  SHA512:
6
- metadata.gz: 2d29a9efe6c3aede13b4a5cfdcbdfd29c3910c9e287309efaa612617eaf60c1a05cf218ab46e3bbb78a8ab83bc75387ef8627ff72c480ee45335148a92a90d45
7
- data.tar.gz: 55976fe6d580c8769f8eae6fd0a10c3c8965e07867a0e818badd14320bceb7881470fa9f03aa2492019be986271f021890283763c8faca11119aa6116c78fe10
6
+ metadata.gz: b4a08197ca8f02a649b49e95c0683f458c28084494ea906340ec8af42cc5c73910233e3b856941f0591f37e70deba951f406b14815626df9ffc0f63f11448728
7
+ data.tar.gz: bb0e4c954156ed33d8edb7a82b7a0815d2d666364b3ad1ef5d04e5decfbb938225d787d3ae5ca16429294fd4560757140c64018be8fb1fee43944b5faf168efc
data/rubocop.yml CHANGED
@@ -99,3 +99,9 @@ Gemspec/DuplicatedAssignment: { Exclude: ['ronin*.gemspec'] }
99
99
 
100
100
  # use explicit kwargs for YARD documentation
101
101
  Style/ArgumentsForwarding: { Enabled: false }
102
+
103
+ # I have been bit by implicit `super` argument/block passing in the past
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.5
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: 2023-12-04 00:00:00.000000000 Z
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.4.10
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