airslie-style 0.1.2 → 0.1.3

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: f9920be1ef34b57445caa1133473a21b6f2a7f5f
4
- data.tar.gz: 6e4e755e1fc3240af525fd8b833ce23ab6d695c7
3
+ metadata.gz: 83a2b73ad218b240091885fb789882e20ecd0b8b
4
+ data.tar.gz: 9bdc3c1d0ae2969830e2f18f32c296c7068a13b7
5
5
  SHA512:
6
- metadata.gz: 5926ed78af141e6c2996886886b2b4c12320896e048adf099a3372bff76f52d8b84682c866d62755a685a962495fd39959a6576a041222b125524e0c0e523803
7
- data.tar.gz: 4d33196452799d34de950d12b8943c685f881295f41e7d070df6bdaf1aec0e0369bf145024fb0740823c56be29c4e2cf907b6bf509e828757a3104bd1bf30cbd
6
+ metadata.gz: 335da967f3fb5310f735e96fdb848dbd5aa9b3204bb7d5910c5bc7a7c9169e11202c4fbcebebc7c2c8b36e19be7acf4e7feb783a7aa5660a04086d8197695362
7
+ data.tar.gz: f99363bcfb71232ef29ed859244a6f0141b1251c1f2a79b64c49d510b262e646b4318c73ca1d8419efb90f3679df1a23cde28981911886f1e5ce9d30098a5afe
@@ -1,8 +1,8 @@
1
1
  require: rubocop-rspec
2
2
 
3
3
  AllCops:
4
- TargetRubyVersion: 2.3
5
4
  Exclude:
5
+ - "*.gemspec"
6
6
  - "vendor/**/*"
7
7
  - "bin/**/*"
8
8
  - "lib/tasks/**/*"
@@ -16,23 +16,17 @@ AllCops:
16
16
  UseCache: true
17
17
  DisabledByDefault: false
18
18
 
19
- # Linting #
20
-
21
19
  Lint/UnusedMethodArgument:
22
20
  Enabled: false
23
21
 
24
22
  Style/SpecialGlobalVars:
25
23
  Enabled: false
26
24
 
27
- ###################### Metrics ####################################
28
-
29
25
  Metrics/BlockLength:
30
26
  Enabled: false
31
27
 
32
28
  Metrics/AbcSize:
33
29
  Enabled: true
34
- Exclude:
35
- - "features/**/*"
36
30
  Max: 15
37
31
 
38
32
  Metrics/LineLength:
@@ -42,24 +36,15 @@ Metrics/LineLength:
42
36
  URISchemes:
43
37
  - http
44
38
  - https
45
- Exclude:
46
- - "features/renalware/**/*"
47
- - "features/step_definitions/**/*"
48
39
  Enabled: true
49
40
 
50
41
  Metrics/MethodLength:
51
42
  Enabled: true
52
43
  Max: 10
53
- Exclude:
54
- - "features/**/*"
55
44
 
56
45
  Metrics/ModuleLength:
57
46
  Enabled: true
58
47
  Max: 100
59
- Exclude:
60
- - "features/**/*"
61
-
62
- # ##################### Rails ##################################
63
48
 
64
49
  Rails/HasAndBelongsToMany:
65
50
  Enabled: false
@@ -67,8 +52,6 @@ Rails/HasAndBelongsToMany:
67
52
  Rails/Validation:
68
53
  Enabled: false
69
54
 
70
- # ################## Style #################################
71
-
72
55
  Style/AccessorMethodName:
73
56
  Enabled: true
74
57
 
@@ -101,9 +84,6 @@ Style/Documentation:
101
84
 
102
85
  Layout/EmptyLines:
103
86
  Enabled: true
104
- Exclude:
105
- - "features/**/*"
106
- - "config/**/*"
107
87
 
108
88
  Layout/EmptyLinesAroundBlockBody:
109
89
  Enabled: false
@@ -135,8 +115,6 @@ Style/PredicateName:
135
115
  Enabled: false
136
116
 
137
117
  Style/RegexpLiteral:
138
- Exclude:
139
- - features/**/*
140
118
  Enabled: true
141
119
 
142
120
  Style/SignalException:
@@ -1,5 +1,5 @@
1
1
  module Airslie
2
2
  module Style
3
- VERSION = "0.1.2".freeze
3
+ VERSION = "0.1.3".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airslie-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Airslie