sevenwire-rubocop 1.1.2 → 1.1.3

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: 5fab0a56f2c2405db7acb2766190db11ceaba5b2e4cfb56dc47b312ed1f9165a
4
- data.tar.gz: 36deab0e4d51e806cbac45bd0f1e8ae8bba290c199149bd242f9b35ecb3b6333
3
+ metadata.gz: 1f1925923cd1552728bcbf42dca90cb8f162020572ed7630ade83f34bb362b7e
4
+ data.tar.gz: b9967c9c21597d320246901c96446bb62f18c6cb8afb99e29a53de5a7c08aafb
5
5
  SHA512:
6
- metadata.gz: 11d3e769694adfdbbaa0e78c82b0b738ace5ff0c2ac92545a03fff289547509c7be13ee1482ba82d0f253c2e7e329575fb14cf01815e64f9979d0a484f5e6d5f
7
- data.tar.gz: bbb244d789e8f294bfafe78b975b2e1c75908a11d61bed1ee2edaec56f1057353fc62409dedc5247d927aa7d1fdb322dbe6e41e11d82547d87ec07b5096c94a3
6
+ metadata.gz: 6692e05922c91302bdf7edd05b1234cc97323893a33b4fbba245ac5138c4fce5b9435ed1f53bd3a107e9e41e01c36ecd638290789387a578fd177eff4d7b4e14
7
+ data.tar.gz: 280b64be22288aad30dbdb7a8546af068d301b5629ca0dc23059016532ed01b31db8214e29c7946a4c4398010b60f359af9bcd6b343395e3bc4d89c1188303a5
@@ -1,5 +1,15 @@
1
1
  require:
2
2
  - rubocop-rspec
3
3
 
4
+ # Required for VSCode to auto-correct rspec files. It writes the file to /tmp/**/tmp.rb
5
+ # rubocop-rspec ignores that file because it doesn't match the file pattern by default.
6
+ # FIXME: This could be dangerous because we'll run this on all Ruby files, not just rspec.
7
+ AllCops:
8
+ RSpec:
9
+ Patterns:
10
+ - _spec.rb
11
+ - "(?:^|/)spec/"
12
+ - tmp.rb
13
+
4
14
  RSpec/NestedGroups:
5
15
  Max: 4
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sevenwire
4
4
  module Rubocop
5
- VERSION = "1.1.2"
5
+ VERSION = "1.1.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sevenwire-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Arbini
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2019-03-06 00:00:00.000000000 Z
12
+ date: 2019-03-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop