rubocop-gem_dev 0.2.0 → 0.3.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: 9d1b15a2ba1cbb002910ad6585d5f018a1090b5f21a79d2a261fee5f6a4ae6d6
4
- data.tar.gz: e1394e120b6085d84c4395ba6337a670d7d32a828932683aabffc92b206d7913
3
+ metadata.gz: 4f58e777183181ea39ab9ce8fea5e59a94f7e0574ea027581067b92f62b2cf10
4
+ data.tar.gz: 340492add851025380f05afd3218b7353cef23a4d22f40abb011c654328ab401
5
5
  SHA512:
6
- metadata.gz: 4d73ca6ea78b299f2f316ec7c9308e3037ecce5b1f175b768c18efb32c7db94541f39d5275f0533ea841a7bf8a458bdd974dcc66c7e86e37b339b73c9ad524ac
7
- data.tar.gz: f30087d8254584aba1de68c3fb4949d705010caf0f0209861b6d804382f624fdafb5f5b6a45158cdb05ac025f4a9c5d47ae375f513f52d4f83b3096bf0730b37
6
+ metadata.gz: 4950c6b12958837ea7f756c2cc55a20a893dd8dbac1f311b350358bb212e6dfbb53c5233c87437445cd1f61f458ff943facf8a61a50fc8d95c19e79a73c749d6
7
+ data.tar.gz: 43f14f90dd492a11f8d839fca914acb03009de0bb5a2d818526e1c7372072b12dc43744dbd9663452d205433b35cfa0e6eb953c9db4695067123ab8b70134da5
data/config/rubocop.yml CHANGED
@@ -3,11 +3,23 @@ AllCops:
3
3
  Exclude:
4
4
  - 'vendor/bundle/**/*'
5
5
 
6
+ # Items in Gemfile are dev dependencies and we don't have to specify versions.
7
+ Bundler/GemVersion:
8
+ Enabled: false
9
+
10
+ # We usually have LISENCE file that describes cipyright information.
11
+ Style/Copyright:
12
+ Enabled: false
13
+
6
14
  # Double negation is a famous Ruby idiom,
7
15
  # why not using it with confidence?
8
16
  Style/DoubleNegation:
9
17
  Enabled: false
10
18
 
19
+ # It's absolutely fine to use inline comments
20
+ Style/InlineComment:
21
+ Enabled: false
22
+
11
23
  # Changing require order affects code execution
12
24
  # This should not be a style cop
13
25
  Style/RequireOrder:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module GemDev
5
- VERSION = "0.2.0"
5
+ VERSION = "0.3.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-gem_dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OKURA Masafumi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-29 00:00:00.000000000 Z
11
+ date: 2023-06-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: RuboCop configuration for gem development
14
14
  email: