itrg_rubocop_config 1.0.1 → 1.0.2
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 +0 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f299afe9b8c0f11e717bb62266c3e4172da112a
|
|
4
|
+
data.tar.gz: 2951d58bf1ed609c41b16132cc8cce97b725e156
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5943b621410b7a32bb8ed511139211272ecc91794327761de0f7bd5ff49fd1222cbcbb6788538d6024be603b8f911baa7998ae9f7b16b2a47d19ce31f511c251
|
|
7
|
+
data.tar.gz: 88ae20add8979193b8a488b31dc779bf1c9b9619f486f1632c13bae7918d975d18f7e1d6b98f945b994661c41d7d6bbfa388de89120c802c8a17383182d82334
|
data/README.md
CHANGED
|
@@ -8,7 +8,7 @@ None, it should just work with your Rubocop.
|
|
|
8
8
|
Add this line to your application's Gemfile, in the development block:
|
|
9
9
|
|
|
10
10
|
```ruby
|
|
11
|
-
gem 'itrg_rubocop_config',
|
|
11
|
+
gem 'itrg_rubocop_config', '1.0.1'
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
Add Rubocop, if for some reason it isn't there:
|
data/ruby/rubocop.yml
CHANGED
|
@@ -42,12 +42,6 @@ Style/FrozenStringLiteralComment:
|
|
|
42
42
|
Description: This cop is designed to help upgrade to Ruby 3.0
|
|
43
43
|
Enabled: false
|
|
44
44
|
|
|
45
|
-
Style/IfUnlessModifier:
|
|
46
|
-
MaxLineLength: 120
|
|
47
|
-
|
|
48
45
|
Style/InlineComment:
|
|
49
46
|
Description: Avoid inline comments.
|
|
50
47
|
Enabled: false
|
|
51
|
-
|
|
52
|
-
Style/WhileUntilModifier:
|
|
53
|
-
MaxLineLength: 100
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Brodie
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-04-12 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:
|