makandra-rubocop 11.0.0 → 11.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: c144245de848054bccea595c7d1b89e7e656efa06042319fb21ada4ba0e77146
4
- data.tar.gz: 6d6be56b155a811ec32af43ecedd46acbaaa2d64a9a775ce2eca5b9b882b3166
3
+ metadata.gz: 953ecbab7ca9ec17d63de0f9434de66776361114f0e7703b1742dddd8f7bdc6c
4
+ data.tar.gz: b65dfd56422845832b2fb0ebb28c6ad48a8c551e5b26926900b6d3213709ff0b
5
5
  SHA512:
6
- metadata.gz: 6f298b38c4a3b7d9b265ea8f0960da52a2da0b897272bc119499182f4ac79597f62b8144cc247e9ede864bd1ef0f31b843130dd6147a936ca93dd508348cd8a3
7
- data.tar.gz: b416e0b0ba96a53fe6e69afe50c28a51cc8fd6416fb50c251ec0c1814160699b412fa212b567eea9393de340c187c1fca4e25404903c03162dc9fb37ba230266
6
+ metadata.gz: e1963fedc1e8539965fc8a8d23c602edf9d0ddc9a37aee2dccc6b51548283dea4c7585869f547075b9c14a8098118bfbac462bc59bba431e9af1484609d2a5b4
7
+ data.tar.gz: 32c0353e45f301ebd5c79a24fb4c362d3284f33381f444959759de351c02669d573b251069371bc936e40bba76b3c63e8b45274bccc8a33421e832d1872a9e50
data/CHANGELOG.md CHANGED
@@ -9,6 +9,20 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
9
9
  ### Compatible changes
10
10
 
11
11
 
12
+ ## 11.2.0 - 2023-10-18
13
+
14
+ ### Compatible changes
15
+
16
+ - Enable `Lint/Debugger` (#42)
17
+
18
+
19
+ ## 11.1.0 - 2023-04-26
20
+
21
+ ### Compatible changes
22
+
23
+ - Disable `RSpec/Capybara/SpecificFinders` (#41)
24
+
25
+
12
26
  ## 11.0.0 - 2023-04-12
13
27
 
14
28
  ### Breaking changes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- makandra-rubocop (11.0.0)
4
+ makandra-rubocop (11.2.0)
5
5
  rubocop (~> 1.36.0)
6
6
  rubocop-rails (~> 2.19.0)
7
7
  rubocop-rspec (~> 2.13.2)
data/config/default.yml CHANGED
@@ -1597,7 +1597,7 @@ Lint/ConstantResolution:
1597
1597
 
1598
1598
  Lint/Debugger:
1599
1599
  Description: 'Check for debugger calls.'
1600
- Enabled: false
1600
+ Enabled: true # Voted for this in https://github.com/makandra/makandra-rubocop/issues/42
1601
1601
  VersionAdded: '0.14'
1602
1602
  VersionChanged: '1.10'
1603
1603
  DebuggerMethods:
data/config/ext/rspec.yml CHANGED
@@ -862,7 +862,7 @@ RSpec/Capybara/FeatureMethods:
862
862
 
863
863
  RSpec/Capybara/SpecificFinders:
864
864
  Description: Checks if there is a more specific finder offered by Capybara.
865
- Enabled: true
865
+ Enabled: false # Voted in https://github.com/makandra/makandra-rubocop/pull/41
866
866
  VersionAdded: '2.13'
867
867
  Reference: https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Capybara/SpecificFinders
868
868
 
@@ -1,3 +1,3 @@
1
1
  module MakandraRubocop
2
- VERSION = '11.0.0'.freeze
2
+ VERSION = '11.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: 11.0.0
4
+ version: 11.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: 2023-04-12 00:00:00.000000000 Z
12
+ date: 2023-10-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0'
129
129
  requirements: []
130
- rubygems_version: 3.2.19
130
+ rubygems_version: 3.0.3
131
131
  signing_key:
132
132
  specification_version: 4
133
133
  summary: makandra's default Rubocop configuration