sevenwire-rubocop 1.0.1 → 1.0.2
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/default.yml +1 -1
- 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: 29627d383edcf0f6e94c63af6980a60c109cd33e71cbe885ba0a40962d3de4a1
|
|
4
|
+
data.tar.gz: 1d7a19f78cb986b52882ea23b0f83396b796208d96b8b218d29cbb6f850cba2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b679cdf0839d7fd5b5a404a6b08a1b0609f69e37c3fcd0a0cd7670202795a17f2f90320dab50e58202dc5870c27e3f073836521b57a3434fdc2af65cf111e96
|
|
7
|
+
data.tar.gz: 677b04df639806633dc1a27ea42237d315ac4fe9cf0fd893987855d8f1b47574645761724750d71d46b9f1c28fc239b652f55b9f75fd1136c4876167f4a35acf
|
data/default.yml
CHANGED
|
@@ -531,7 +531,7 @@ Style/Documentation:
|
|
|
531
531
|
Layout/DotPosition:
|
|
532
532
|
Description: 'Checks the position of the dot in multi-line method calls.'
|
|
533
533
|
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains'
|
|
534
|
-
Enabled:
|
|
534
|
+
Enabled: true
|
|
535
535
|
|
|
536
536
|
Style/DoubleNegation:
|
|
537
537
|
Description: 'Checks for uses of double negation (!!).'
|
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.0.
|
|
4
|
+
version: 1.0.2
|
|
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:
|
|
12
|
+
date: 2019-01-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rubocop
|