rubocop-github 0.11.0 → 0.12.0
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/config/default.yml +12 -12
- data/config/rails.yml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01a43ac030793e95e3a335bc67ba74c70b16458c
|
4
|
+
data.tar.gz: a2a30083e9282c76625c20cf0409acefa21f3f58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3ff7a090f8e44d261b65437e8e5eda5b9698fc01fc1b257aeb26f19971414b8e583e66a8791ec6d4ace5fcee0ce2235801578549b3706796d39d76b0b4d2272
|
7
|
+
data.tar.gz: 4d0dcb8096da4fd18437da5ef483452df9924b170bd4507b194baf2faadeb4549bdb7fd310561e0369fd849f357098fb39063e1a0f51c4d41e38284eaa94e3a3
|
data/config/default.yml
CHANGED
@@ -9,9 +9,21 @@ Bundler/DuplicatedGem:
|
|
9
9
|
Bundler/OrderedGems:
|
10
10
|
Enabled: true
|
11
11
|
|
12
|
+
Layout/BlockAlignment:
|
13
|
+
Enabled: true
|
14
|
+
|
12
15
|
Layout/BlockEndNewline:
|
13
16
|
Enabled: true
|
14
17
|
|
18
|
+
Layout/ConditionPosition:
|
19
|
+
Enabled: true
|
20
|
+
|
21
|
+
Layout/DefEndAlignment:
|
22
|
+
Enabled: true
|
23
|
+
|
24
|
+
Layout/EndAlignment:
|
25
|
+
Enabled: false
|
26
|
+
|
15
27
|
Layout/EndOfLine:
|
16
28
|
Enabled: true
|
17
29
|
|
@@ -70,21 +82,12 @@ Layout/TrailingBlankLines:
|
|
70
82
|
Layout/TrailingWhitespace:
|
71
83
|
Enabled: true
|
72
84
|
|
73
|
-
Lint/BlockAlignment:
|
74
|
-
Enabled: true
|
75
|
-
|
76
85
|
Lint/CircularArgumentReference:
|
77
86
|
Enabled: true
|
78
87
|
|
79
|
-
Lint/ConditionPosition:
|
80
|
-
Enabled: true
|
81
|
-
|
82
88
|
Lint/Debugger:
|
83
89
|
Enabled: true
|
84
90
|
|
85
|
-
Lint/DefEndAlignment:
|
86
|
-
Enabled: true
|
87
|
-
|
88
91
|
Lint/DeprecatedClassMethods:
|
89
92
|
Enabled: true
|
90
93
|
|
@@ -106,9 +109,6 @@ Lint/EmptyEnsure:
|
|
106
109
|
Lint/EmptyInterpolation:
|
107
110
|
Enabled: true
|
108
111
|
|
109
|
-
Lint/EndAlignment:
|
110
|
-
Enabled: false
|
111
|
-
|
112
112
|
Lint/EndInMethod:
|
113
113
|
Enabled: true
|
114
114
|
|
data/config/rails.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-github
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-09-
|
11
|
+
date: 2018-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|