makandra-rubocop 4.2.0 → 4.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -2
- data/Gemfile.lock +1 -1
- data/config/default.yml +1 -1
- data/lib/makandra_rubocop/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93e4c18cb367baad1a56c04d738b270e4aceaaf3dc190a76cdf9dfba26bd6c63
|
4
|
+
data.tar.gz: d5fe465946c21cefa496c01cdd0aadad4a62b11f79ac63b7164f11ee117ab8c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6426ee821d5c9bf2361c0ac82cb492a869c6d014413897644ba34708ba4caefa071f6bd15d2c4c9c0900f7b32b29a128df26075d78faa9ee138a8b90653bf7b4
|
7
|
+
data.tar.gz: 89fe63ca6d19981fc082a348a4db3db260e1847f60fa06232e07fb498acbc00a4426caf701454890e92e770b1c259057d4e01f4e6b25e2e4b0118a41e4019034
|
data/CHANGELOG.md
CHANGED
@@ -9,9 +9,15 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
9
9
|
### Compatible changes
|
10
10
|
|
11
11
|
|
12
|
-
## 4.
|
12
|
+
## 4.3.0 - 2020-02-13
|
13
13
|
|
14
|
-
###
|
14
|
+
### Compatible changes
|
15
|
+
|
16
|
+
- Temporary disable `Layout/RescueEnsureAlignment` again, rubocop-hq/rubocop#6771 seems not to have fixed the issue
|
17
|
+
in our 4.0.0 release.
|
18
|
+
|
19
|
+
|
20
|
+
## 4.2.0 - 2020-01-02
|
15
21
|
|
16
22
|
### Compatible changes
|
17
23
|
|
data/Gemfile.lock
CHANGED
data/config/default.yml
CHANGED
@@ -966,7 +966,7 @@ Layout/MultilineOperationIndentation:
|
|
966
966
|
|
967
967
|
Layout/RescueEnsureAlignment:
|
968
968
|
Description: 'Align rescues and ensures correctly.'
|
969
|
-
Enabled:
|
969
|
+
Enabled: false # Temporary disable this cop again #16, rubocop-hq/rubocop#6771 seems not have fixed the issue
|
970
970
|
VersionAdded: '0.49'
|
971
971
|
|
972
972
|
Layout/SpaceAfterColon:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: makandra-rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arne Hartherz
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-02-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rubocop
|