makandra-rubocop 5.1.0 → 5.2.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/Gemfile.lock +1 -1
- data/config/ext/rspec.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: 130275bf7eac5a3587234e0af2be5da8a6e4c2af9303d7b0f3e61d3f937e725e
|
|
4
|
+
data.tar.gz: 6ed0279266665f4f7e45c0f2d263c462241a45e384267ce5aa7787e7abdee7e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5573837e49fcf4843cdfa2c37624648d6ac6c9779fc490f554b2c2b3bc57464294bde51500c466122e7dbf9e7164404acdd56e32712c794ee1272ae563c10aa6
|
|
7
|
+
data.tar.gz: eaabf0764c6510ed5ee69df46b6ba253dd080ca03475f71df83ce9dda6aa9d1d098057bab89f253a61fa86a9bbac51016c6bdf5d6de05c2416567977a2aaaa13
|
data/CHANGELOG.md
CHANGED
|
@@ -9,6 +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
|
+
## 5.2.0 - 2020-07-06
|
|
13
|
+
|
|
14
|
+
### Breaking changes
|
|
15
|
+
|
|
16
|
+
### Compatible changes
|
|
17
|
+
|
|
18
|
+
- Disable `RSpec/LetSetup`
|
|
19
|
+
|
|
20
|
+
|
|
12
21
|
## 5.1.0 - 2020-06-29
|
|
13
22
|
|
|
14
23
|
### Breaking changes
|
data/Gemfile.lock
CHANGED
data/config/ext/rspec.yml
CHANGED
|
@@ -349,7 +349,7 @@ RSpec/LetBeforeExamples:
|
|
|
349
349
|
|
|
350
350
|
RSpec/LetSetup:
|
|
351
351
|
Description: Checks unreferenced `let!` calls being used for test setup.
|
|
352
|
-
Enabled:
|
|
352
|
+
Enabled: false # It seems better to remove this cop from the default set, the reasons are weird https://github.com/rubocop-hq/rubocop-rspec/issues/94
|
|
353
353
|
VersionAdded: '1.7'
|
|
354
354
|
StyleGuide: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/LetSetup
|
|
355
355
|
|
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: 5.
|
|
4
|
+
version: 5.2.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-06
|
|
12
|
+
date: 2020-07-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rubocop
|