lingohub-rubocop 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/rails.yml +8 -8
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5feaa4e60004983d08a558dd382839c1a07a4266
4
- data.tar.gz: 2178eea6a0ae68b4dc0c86fa644d8e2b843dbb25
3
+ metadata.gz: 8e4500d3dc0f6aaff2a5cd515d6fa71d9ecdbf35
4
+ data.tar.gz: 06756c5b40cda1415ba34e97fad7f2d91f7e27ef
5
5
  SHA512:
6
- metadata.gz: 904b5699e2fbada0f11d2c9db8e23142350d0dc329547d11f4d689d8f0c12b568065f8fafc91b02fc52507172adce92a2fe8f79f4fc2b503c89e87b7290cdfdd
7
- data.tar.gz: 862c9152fbf3ee79b69d9e460def93bc0730beb275be0d869716ff45feaf01638a1615a5794e4b0f2c4176a8c07eae7a348ee3f97e7c25a7cb3d0fea752f1952
6
+ metadata.gz: 91d5c588da824884dd71e128b5a1c7988fb270e293662e18b3a9c3d0639ba9774c512c968b47995f8a1a9b7b932ac70ede7a82336a028e9fc7c9665d6224acd4
7
+ data.tar.gz: 68ca1f103984856007c668e58c72eae7683b435c5110d8be9060f05fb1f634aac259148f961e2a0ddf14465e82a6bf1bb303b8720176cbccf23eac0587c31d97
data/config/rails.yml CHANGED
@@ -5,7 +5,7 @@ Rails/FindEach:
5
5
  Enabled: false
6
6
 
7
7
  Rails/OutputSafety:
8
- Enabled: true
8
+ Enabled: false
9
9
 
10
10
  Rails/PluralizationGrammar:
11
11
  Enabled: true
@@ -26,31 +26,31 @@ Lint/BlockAlignment:
26
26
  Exclude:
27
27
  - 'app/views/**/*.erb'
28
28
 
29
- Style/For:
29
+ Layout/SpaceInsideParens:
30
30
  Exclude:
31
31
  - 'app/views/**/*.erb'
32
32
 
33
- Style/OneLineConditional:
33
+ Layout/TrailingBlankLines:
34
34
  Exclude:
35
35
  - 'app/views/**/*.erb'
36
36
 
37
- Style/Semicolon:
37
+ Layout/TrailingWhitespace:
38
38
  Exclude:
39
39
  - 'app/views/**/*.erb'
40
40
 
41
- Style/SpaceInsideParens:
41
+ Style/For:
42
42
  Exclude:
43
43
  - 'app/views/**/*.erb'
44
44
 
45
- Style/StringLiterals:
45
+ Style/OneLineConditional:
46
46
  Exclude:
47
47
  - 'app/views/**/*.erb'
48
48
 
49
- Style/TrailingBlankLines:
49
+ Style/Semicolon:
50
50
  Exclude:
51
51
  - 'app/views/**/*.erb'
52
52
 
53
- Style/TrailingWhitespace:
53
+ Style/StringLiterals:
54
54
  Exclude:
55
55
  - 'app/views/**/*.erb'
56
56
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lingohub-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - LingoHub
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-19 00:00:00.000000000 Z
11
+ date: 2017-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop