rt_rubocop_defaults 2.6.0 → 2.6.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3466c4d4d8794a3f2b08b08e12a181b621fc1c125cbcc6ea3436d324045422d2
4
- data.tar.gz: 48cef9a660490480d8af46135bd247c1bb4cbc3cbe985c0f337ac174d0cc05c7
3
+ metadata.gz: 0f3fb9cec0f2bd1ffa8da67746e239d3242abaae9c0d460317a6e551d6c7ecca
4
+ data.tar.gz: c47ff1b0a649884abd0c51dfcc2e432344b276d7254a7a40a71c34cfb69ff65c
5
5
  SHA512:
6
- metadata.gz: 76bcb6ab7601eeb7ff39e81247f768f877651a0edeef315f45720518e6b62362277ae6885ce6c91d881a66c4677ecdeed8576f8e8193d1f7d4e7409069b13b53
7
- data.tar.gz: cd8a45300eb504089844e6bde73a5b07a7c0d444fbc8540eb9bf4e6aafab6a913bd545b9c880baa433cf5183cb59a0c5660f29daf488c4b43cce0ce1c0da7fd5
6
+ metadata.gz: 2bcdccf93af15eb95a67092d5f931f4a61cc40133840ab98d23930d9641e760b2f9dab0235152a47353b4bddbbe6b8edb986498307d3946dd06603ce774e194b
7
+ data.tar.gz: 8777bb8f4d19a2e08e9124cb9b50a6813555a56bc99f03852119bc916377815fd39aed722d798de8146878f015062451a80fc6b1d47d45d9600a14c84bdcaecc
data/config/default.yml CHANGED
@@ -156,6 +156,10 @@ RSpec/ExampleWording:
156
156
  CustomTransform:
157
157
  have: has
158
158
 
159
+ # https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecfilepath
160
+ RSpec/FilePath:
161
+ Enabled: false # It's deprecated anyway
162
+
159
163
  # https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecspecfilepathformat
160
164
  RSpec/SpecFilePathFormat:
161
165
  Enabled: false
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RTRuboCopDefaults
4
- VERSION = "2.6.0"
4
+ VERSION = "2.6.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rt_rubocop_defaults
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.0
4
+ version: 2.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Eger