rubocop-springest 0.6.1 → 0.6.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/config/default.yml +11 -8
  3. data/config/rails.yml +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c25f8970e2313c3e218be233f5d60715ba8e0a24
4
- data.tar.gz: e5346f267f259dff9df719302235d36f13db8ec7
3
+ metadata.gz: 2686be12cdbf556c12663bcdf7ec945131ffa9d1
4
+ data.tar.gz: b4f86574d348307d1d041647463909e7d53531ab
5
5
  SHA512:
6
- metadata.gz: 3bea32407c148e5b09d60cca1e0e5fe264eda18515e02eb683e7bca4552d3eb27bbee7e27bfc3caad1c7432b079aa4bee48b9d7d88e7537505c519b12c146c9b
7
- data.tar.gz: 754d54f2ee410d78898c6025a61e52d83874a274a2405d11ab003dfd657df5500f67b68426597b6ed23a5cec4e5076ab4128efa6bf3c9836fa724a355a83125b
6
+ metadata.gz: c4f89255f9e615b54619591e22d9e3419779f6e725031d9bc6b5128abd5f904fb6a37bb7fb8199cd0795550256f045885988f2a60a1bd8ef48417b727504edd8
7
+ data.tar.gz: a6c250f541c233aa24cd562937fc37833484b2ffdda06d734c0b56a7b4a73762c1fb14b523c4469d41fe904d502645826cee56ed4cc32ee85d29bcaf904db41c
data/config/default.yml CHANGED
@@ -42,7 +42,10 @@ Layout/SpaceAroundEqualsInParameterDefault:
42
42
  Layout/SpaceInsideArrayPercentLiteral:
43
43
  Enabled: true
44
44
 
45
- Layout/SpaceInsideBrackets:
45
+ Layout/SpaceInsideArrayLiteralBrackets:
46
+ Enabled: true
47
+
48
+ Layout/SpaceInsideArrayLiteralBrackets:
46
49
  Enabled: true
47
50
 
48
51
  Layout/SpaceInsideParens:
@@ -97,19 +100,22 @@ Layout/DotPosition:
97
100
  Enabled: true
98
101
  EnforcedStyle: trailing
99
102
 
100
- Lint/BlockAlignment:
103
+ Layout/BlockAlignment:
101
104
  Enabled: true
102
105
 
103
106
  Lint/CircularArgumentReference:
104
107
  Enabled: true
105
108
 
106
- Lint/ConditionPosition:
109
+ Layout/ConditionPosition:
107
110
  Enabled: true
108
111
 
109
112
  Lint/Debugger:
110
113
  Enabled: true
111
114
 
112
- Lint/DefEndAlignment:
115
+ Layout/DefEndAlignment:
116
+ Enabled: true
117
+
118
+ Layout/EndAlignment:
113
119
  Enabled: true
114
120
 
115
121
  Lint/DeprecatedClassMethods:
@@ -133,9 +139,6 @@ Lint/EmptyEnsure:
133
139
  Lint/EmptyInterpolation:
134
140
  Enabled: true
135
141
 
136
- Lint/EndAlignment:
137
- Enabled: true
138
-
139
142
  Lint/EndInMethod:
140
143
  Enabled: true
141
144
 
@@ -175,7 +178,7 @@ Lint/StringConversionInInterpolation:
175
178
  Lint/UnderscorePrefixedVariableName:
176
179
  Enabled: true
177
180
 
178
- Lint/UnneededDisable:
181
+ Lint/UnneededCopDisableDirective:
179
182
  Enabled: true
180
183
 
181
184
  Lint/UnneededSplatExpansion:
data/config/rails.yml CHANGED
@@ -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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-springest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Mulder