rubocop-github 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/config/default.yml +12 -12
  3. data/config/rails.yml +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc3e9b13731fe345835a064735b9b22ca05f0524
4
- data.tar.gz: 847bb944f82a45e1629b7ecc692507219c0a36ef
3
+ metadata.gz: 01a43ac030793e95e3a335bc67ba74c70b16458c
4
+ data.tar.gz: a2a30083e9282c76625c20cf0409acefa21f3f58
5
5
  SHA512:
6
- metadata.gz: c1acd05c8823edea31daa1d689e05cf3a18cec186c7f90cb2b24350f58c01c664115960145e9470bbefad1f414f789caa3d47994efd2a1f7dd46701a99ff78c2
7
- data.tar.gz: 8e7963cd8a430bead5415f17a074b918befbc58f3d2497c4e4d572cabcdb70f2f9f7b2d93b77dbacc14c8b234bdb984c5d09f21d387fb983707860ee97a52d45
6
+ metadata.gz: b3ff7a090f8e44d261b65437e8e5eda5b9698fc01fc1b257aeb26f19971414b8e583e66a8791ec6d4ace5fcee0ce2235801578549b3706796d39d76b0b4d2272
7
+ data.tar.gz: 4d0dcb8096da4fd18437da5ef483452df9924b170bd4507b194baf2faadeb4549bdb7fd310561e0369fd849f357098fb39063e1a0f51c4d41e38284eaa94e3a3
@@ -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
 
@@ -85,7 +85,7 @@ GitHub/RailsViewRenderShorthand:
85
85
 
86
86
  # Exclude Rails ERB files from incompatible cops
87
87
 
88
- Lint/BlockAlignment:
88
+ Layout/BlockAlignment:
89
89
  Exclude:
90
90
  - 'app/views/**/*.erb'
91
91
 
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.11.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-13 00:00:00.000000000 Z
11
+ date: 2018-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop