itrg_rubocop_config 1.0.3 → 1.0.4
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/README.md +1 -1
- data/lib/itrg_rubocop_config/version.rb +1 -1
- data/ruby/rubocop.yml +9 -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: 4969e4b6c52b92d39233c0e9709b28f494a508b780eb5c7aa9404c4330229ed8
|
|
4
|
+
data.tar.gz: a91bef76251eb123a69ab9f4dfb8c984697072c6b3948db4d94e0e0f89938b99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c387ae206689332f9c81e371f77221b36db1327692ee82d771f4c1b42017f80b075db9c7b963621bc385178ee40da3d12f60046f5f28d18fad13c4efde7fe4b
|
|
7
|
+
data.tar.gz: 0fe9e4dcdb1639d4e6e67c50363be092e6159ea75649109c6ab798b56a6239b7a061f38fda2bfa9342aa9a5f4f7c1b41bf8a0115bc84db4fcfcf2347274c4bd8
|
data/README.md
CHANGED
data/ruby/rubocop.yml
CHANGED
|
@@ -45,3 +45,12 @@ Style/FrozenStringLiteralComment:
|
|
|
45
45
|
Style/InlineComment:
|
|
46
46
|
Description: Avoid inline comments.
|
|
47
47
|
Enabled: false
|
|
48
|
+
|
|
49
|
+
Style/HashEachMethods:
|
|
50
|
+
Enabled: true
|
|
51
|
+
|
|
52
|
+
Style/HashTransformKeys:
|
|
53
|
+
Enabled: true
|
|
54
|
+
|
|
55
|
+
Style/HashTransformValues:
|
|
56
|
+
Enabled: true
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: itrg_rubocop_config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Brodie
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A plugin to allow the sharing of RuboCop settings across different projects.
|
|
14
14
|
email:
|
|
@@ -44,7 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
46
|
requirements: []
|
|
47
|
-
rubygems_version: 3.
|
|
47
|
+
rubygems_version: 3.1.2
|
|
48
48
|
signing_key:
|
|
49
49
|
specification_version: 4
|
|
50
50
|
summary: Infotech RuboCop Shared Settings.
|