makandra-rubocop 5.1.0 → 5.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a7cdbf28583919844ce07f7a3b673c4ac05c54d3447d6429a32694ce416e27c
4
- data.tar.gz: 679ddcdf724dc34fc3977325f0cbead423dc9646a27637eb651649f30ad01efe
3
+ metadata.gz: 130275bf7eac5a3587234e0af2be5da8a6e4c2af9303d7b0f3e61d3f937e725e
4
+ data.tar.gz: 6ed0279266665f4f7e45c0f2d263c462241a45e384267ce5aa7787e7abdee7e0
5
5
  SHA512:
6
- metadata.gz: '069adcfa323f8941a1c87ccfc6fdf43583ddc90090b2ba453faa8864c172a341a8fd7ce776fc6614061bf2838acd2421abf5bc3b4116af94d6b8faffca8b370e'
7
- data.tar.gz: 26a172a36ff49e96980fe027dc32c880d8d836b1251b1c46c573ac879949fe2881c8eb15a026b1befb34892f0356db4950ebdf58d8fc7db58a02c604cda02bf9
6
+ metadata.gz: 5573837e49fcf4843cdfa2c37624648d6ac6c9779fc490f554b2c2b3bc57464294bde51500c466122e7dbf9e7164404acdd56e32712c794ee1272ae563c10aa6
7
+ data.tar.gz: eaabf0764c6510ed5ee69df46b6ba253dd080ca03475f71df83ce9dda6aa9d1d098057bab89f253a61fa86a9bbac51016c6bdf5d6de05c2416567977a2aaaa13
@@ -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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- makandra-rubocop (5.1.0)
4
+ makandra-rubocop (5.2.0)
5
5
  rubocop (~> 0.81.0)
6
6
  rubocop-rails (~> 2.5.1)
7
7
  rubocop-rspec (~> 1.40.0)
@@ -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: true
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
 
@@ -1,3 +1,3 @@
1
1
  module MakandraRubocop
2
- VERSION = '5.1.0'.freeze
2
+ VERSION = '5.2.0'.freeze
3
3
  end
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.1.0
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-29 00:00:00.000000000 Z
12
+ date: 2020-07-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop