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 +4 -4
- data/departments/rspec.yml +10 -0
- data/lib/sevenwire/rubocop/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f1925923cd1552728bcbf42dca90cb8f162020572ed7630ade83f34bb362b7e
|
|
4
|
+
data.tar.gz: b9967c9c21597d320246901c96446bb62f18c6cb8afb99e29a53de5a7c08aafb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6692e05922c91302bdf7edd05b1234cc97323893a33b4fbba245ac5138c4fce5b9435ed1f53bd3a107e9e41e01c36ecd638290789387a578fd177eff4d7b4e14
|
|
7
|
+
data.tar.gz: 280b64be22288aad30dbdb7a8546af068d301b5629ca0dc23059016532ed01b31db8214e29c7946a4c4398010b60f359af9bcd6b343395e3bc4d89c1188303a5
|
data/departments/rspec.yml
CHANGED
|
@@ -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
|
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.
|
|
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-
|
|
12
|
+
date: 2019-03-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rubocop
|