dlss_cops 0.0.4 → 0.0.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c2080fcbf9e2e21a4403c0e3ac80d045d7ad3ec
4
- data.tar.gz: 1cae802a0c56361d9e79991049354743c79aa15b
3
+ metadata.gz: 1bfc00fa88eba577b814a6c793c77a46d88fa02f
4
+ data.tar.gz: 506b57688e1325174f38d835ff9aca85012913c5
5
5
  SHA512:
6
- metadata.gz: 9843267b71b7a7e00b99a4ee40ef7266fd66d0110dc6c25cdeecb9e7b370cdcd3731ee10991994a1314dd276176b1fc1dbe42b1ce2e56dfcbdade9b7781f5cf7
7
- data.tar.gz: 403402ce070d0c7e6160450e5087912646361aa5264e34cea5f6c8683cb6463e195927a0497a467963428511b33fa3b299da4db4d3067cd371185f789b3971d5
6
+ metadata.gz: 8cc17438f03a2fff2707d5562e9b57d77f9f91d1984770b1326b8f88faa5c59f1f6c7f4e09ee4313989596679ad8a130e8a7a1d2a192f817ca8fcafeb5402aa5
7
+ data.tar.gz: e6d52947668f357073f8b47f4be83c959e64517e2958ada8f1dc45636506a990a3d71fdf06b2b364c2b456502ae8d06c48cce938d37f85ebe397178a0e13c4d8
@@ -25,6 +25,9 @@ Rails:
25
25
 
26
26
  # DLSS configuration changes for these cops enabled by default in Rubocop
27
27
 
28
+ Layout/IndentationConsistency:
29
+ EnforcedStyle: rails
30
+
28
31
  Metrics/AbcSize:
29
32
  Max: 20
30
33
 
@@ -46,9 +49,6 @@ Metrics/ModuleLength:
46
49
  Style/IfUnlessModifier:
47
50
  MaxLineLength: 120
48
51
 
49
- Style/IndentationConsistency:
50
- EnforcedStyle: rails
51
-
52
52
  Style/WhileUntilModifier:
53
53
  MaxLineLength: 120
54
54
 
@@ -64,61 +64,61 @@ RSpec/ExampleWording:
64
64
  # DLSS explicitly disabling these cops enabled by default in Rubocop
65
65
  # (DLSS agrees they should be disabled, or we disagree about whether they should be enabled)
66
66
 
67
- Style/AccessModifierIndentation:
67
+ Layout/AccessModifierIndentation:
68
68
  Enabled: false
69
69
 
70
- Style/AlignHash:
70
+ Layout/AlignHash:
71
71
  Enabled: false
72
72
 
73
- Style/AlignParameters:
73
+ Layout/AlignParameters:
74
74
  Enabled: false
75
75
 
76
- Style/AsciiComments:
76
+ Layout/EmptyLinesAroundClassBody:
77
77
  Enabled: false
78
78
 
79
- Style/BlockComments:
79
+ Layout/EmptyLinesAroundModuleBody:
80
80
  Enabled: false
81
81
 
82
- Style/ClassAndModuleChildren:
82
+ Layout/LeadingCommentSpace:
83
83
  Enabled: false
84
84
 
85
- Style/Documentation:
85
+ Layout/SpaceAfterNot:
86
86
  Enabled: false
87
87
 
88
- Style/EmptyLinesAroundClassBody:
88
+ Layout/SpaceAroundEqualsInParameterDefault:
89
89
  Enabled: false
90
90
 
91
- Style/EmptyLinesAroundModuleBody:
91
+ Layout/SpaceInsideBrackets:
92
92
  Enabled: false
93
93
 
94
- Style/LeadingCommentSpace:
94
+ Layout/TrailingBlankLines:
95
95
  Enabled: false
96
96
 
97
- Style/NegatedIf:
97
+ Style/AsciiComments:
98
98
  Enabled: false
99
99
 
100
- Style/NegatedWhile:
100
+ Style/BlockComments:
101
101
  Enabled: false
102
102
 
103
- Style/RegexpLiteral:
103
+ Style/ClassAndModuleChildren:
104
104
  Enabled: false
105
105
 
106
- Style/SingleLineBlockParams:
106
+ Style/Documentation:
107
107
  Enabled: false
108
108
 
109
- Style/SpaceAfterNot:
109
+ Style/NegatedIf:
110
110
  Enabled: false
111
111
 
112
- Style/SpaceAroundEqualsInParameterDefault:
112
+ Style/NegatedWhile:
113
113
  Enabled: false
114
114
 
115
- Style/SpaceInsideBrackets:
115
+ Style/RegexpLiteral:
116
116
  Enabled: false
117
117
 
118
- Style/StringLiterals:
118
+ Style/SingleLineBlockParams:
119
119
  Enabled: false
120
120
 
121
- Style/TrailingBlankLines:
121
+ Style/StringLiterals:
122
122
  Enabled: false
123
123
 
124
124
  Style/TrailingCommaInLiteral:
@@ -1,3 +1,3 @@
1
1
  module DlssCops
2
- VERSION = '0.0.4'.freeze
2
+ VERSION = '0.0.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlss_cops
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael J. Giarlo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-16 00:00:00.000000000 Z
11
+ date: 2017-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop