rubocop-github 0.9.1 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80d199ffcd70d816e6bc8d7cfbc385d8da6104c7
4
- data.tar.gz: 28cb103afd0a87170f8e389a67678b0a8384d2aa
3
+ metadata.gz: a098bd278e7e40054737feae44e97fb1041504d0
4
+ data.tar.gz: b848051fc748474b1400831efdd56a8024c45675
5
5
  SHA512:
6
- metadata.gz: 215ecd2cea223b595711365c443a21c0935990f0c83383827b4eb9b92d53a48ed92a0ee3e38f8d1665f1046e1b4114537b91bfdcf7d4d874333944326f3d9c06
7
- data.tar.gz: c69e5919daa8ebd0abc60d8f0d59fc72b506a908656c2d992ef5b149a3844f964706f59cff955febd685224c3456bfda8814c00e28982c23272780745b70baef
6
+ metadata.gz: 281d38daf6f91a765703d1e012c74f0be7ff7d35caeb2ca54fbc947f060f330f26a2c444b4319d65f76992e8662788dbdda3a3759e367ff44f4bc28638e72bda
7
+ data.tar.gz: e2dfa28f16e82c2fa3f9f61bf960d14d4dc6c4baf13b2ede45577039dbf3883c2445b2d4d2ee98c0a255a55f2c8468c88e08aa0ab4e300acbf33f966f66a409b
@@ -148,7 +148,7 @@ Lint/StringConversionInInterpolation:
148
148
  Lint/UnderscorePrefixedVariableName:
149
149
  Enabled: true
150
150
 
151
- Lint/UnneededDisable:
151
+ Lint/UnneededCopDisableDirective:
152
152
  Enabled: true
153
153
 
154
154
  Lint/UnneededSplatExpansion:
@@ -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.9.1
4
+ version: 0.10.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-03-07 00:00:00.000000000 Z
11
+ date: 2018-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop