rt_rubocop_defaults 2.6.0 → 2.6.2

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: 3466c4d4d8794a3f2b08b08e12a181b621fc1c125cbcc6ea3436d324045422d2
4
- data.tar.gz: 48cef9a660490480d8af46135bd247c1bb4cbc3cbe985c0f337ac174d0cc05c7
3
+ metadata.gz: 3d5f59539ac549037338a9901aec06e1cc0d080831844d89ff4a2b87f0ee0628
4
+ data.tar.gz: fd15b0578ed5a819aa8abbe184f45476bb6bc35868879a6b5795191dba3c606c
5
5
  SHA512:
6
- metadata.gz: 76bcb6ab7601eeb7ff39e81247f768f877651a0edeef315f45720518e6b62362277ae6885ce6c91d881a66c4677ecdeed8576f8e8193d1f7d4e7409069b13b53
7
- data.tar.gz: cd8a45300eb504089844e6bde73a5b07a7c0d444fbc8540eb9bf4e6aafab6a913bd545b9c880baa433cf5183cb59a0c5660f29daf488c4b43cce0ce1c0da7fd5
6
+ metadata.gz: e2422c3eaf6d0d885fd0f92051b1b7f6b98babb14255ea968bbf3f33714c22b26f5617e52718db1407d3a7e07bccd139ffbf82f4a7b53cf016a487ae5d9c780d
7
+ data.tar.gz: 372bbac9db6040bca379319ca21cbc51303357f886116dde8b841328b94b4a129c0c084c26a53b310a6d5835020e25a8521c6deba748c778aec7225efcc05370
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.2"
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.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Eger