panolint 0.1.4 → 0.1.6

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
  SHA256:
3
- metadata.gz: a7bcaf44939e18713d7b9072ee3236b2508388b4fd061240d6ec1bc704c44a6e
4
- data.tar.gz: 90f7a81732f9f894ddfe08019a40ed6bf889150f9a7422b10090419d346bc683
3
+ metadata.gz: 8ae248b861211d6931fb608d059ce7bfbbe6859ec0e2617bce98cc269ddc448f
4
+ data.tar.gz: e9881c26059ef7c12e16f2d8e70351a61769a9ee7b217ef261b562049875f0b9
5
5
  SHA512:
6
- metadata.gz: c9a0b75079305a13426a1261f30326001ddf50685634314ebd8714690b24bbbc124acd3b6004d02979db160294abab01c91ac3fc0b784f21e1eba6612e7f77c5
7
- data.tar.gz: 222e53ef2cb0a74c4e2a0c00e6e5eff97c4c9feed130d39c0c91aa2485b1be95dd5b14c4f16f5ebb42d873dd5ba2969fe8b3e7df3610a2fa3fafffd9e7e9c42a
6
+ metadata.gz: 92a4b53d948f5934b5ee652317168e73018a03e26cb893f1d7e9669163d65f3dd91bed5c2b263fe900e2b8e297b954253a1e963cadb830d5fab543a131224761
7
+ data.tar.gz: ab90da12470257f1f204eb16cf32473e6ddae686735c97a62e6baa2c3e85835722748fe48dc3f5d33b959195ae189c14b90ee71ef9b51eee621ff9729616e64a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- panolint (0.1.4)
4
+ panolint (0.1.6)
5
5
  brakeman (>= 4.8, < 6.0)
6
6
  rubocop (>= 0.83, < 2.0)
7
7
  rubocop-performance (~> 1.5)
@@ -12,67 +12,67 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (6.1.4.1)
15
+ activesupport (7.0.4)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
19
19
  tzinfo (~> 2.0)
20
- zeitwerk (~> 2.3)
21
20
  ast (2.4.2)
22
- brakeman (5.1.2)
23
- concurrent-ruby (1.1.9)
24
- diff-lcs (1.4.4)
25
- i18n (1.8.11)
21
+ brakeman (5.3.1)
22
+ concurrent-ruby (1.1.10)
23
+ diff-lcs (1.5.0)
24
+ i18n (1.12.0)
26
25
  concurrent-ruby (~> 1.0)
27
- minitest (5.14.4)
28
- parallel (1.21.0)
29
- parser (3.0.2.0)
26
+ json (2.6.2)
27
+ minitest (5.16.3)
28
+ parallel (1.22.1)
29
+ parser (3.1.2.1)
30
30
  ast (~> 2.4.1)
31
- rack (2.2.3)
32
- rainbow (3.0.0)
31
+ rack (3.0.0)
32
+ rainbow (3.1.1)
33
33
  rake (13.0.6)
34
- regexp_parser (2.1.1)
34
+ regexp_parser (2.6.0)
35
35
  rexml (3.2.5)
36
- rspec (3.10.0)
37
- rspec-core (~> 3.10.0)
38
- rspec-expectations (~> 3.10.0)
39
- rspec-mocks (~> 3.10.0)
40
- rspec-core (3.10.0)
41
- rspec-support (~> 3.10.0)
42
- rspec-expectations (3.10.0)
36
+ rspec (3.11.0)
37
+ rspec-core (~> 3.11.0)
38
+ rspec-expectations (~> 3.11.0)
39
+ rspec-mocks (~> 3.11.0)
40
+ rspec-core (3.11.0)
41
+ rspec-support (~> 3.11.0)
42
+ rspec-expectations (3.11.0)
43
43
  diff-lcs (>= 1.2.0, < 2.0)
44
- rspec-support (~> 3.10.0)
45
- rspec-mocks (3.10.0)
44
+ rspec-support (~> 3.11.0)
45
+ rspec-mocks (3.11.1)
46
46
  diff-lcs (>= 1.2.0, < 2.0)
47
- rspec-support (~> 3.10.0)
48
- rspec-support (3.10.0)
49
- rubocop (1.22.1)
47
+ rspec-support (~> 3.11.0)
48
+ rspec-support (3.11.0)
49
+ rubocop (1.36.0)
50
+ json (~> 2.3)
50
51
  parallel (~> 1.10)
51
- parser (>= 3.0.0.0)
52
+ parser (>= 3.1.2.1)
52
53
  rainbow (>= 2.2.2, < 4.0)
53
54
  regexp_parser (>= 1.8, < 3.0)
54
- rexml
55
- rubocop-ast (>= 1.12.0, < 2.0)
55
+ rexml (>= 3.2.5, < 4.0)
56
+ rubocop-ast (>= 1.20.1, < 2.0)
56
57
  ruby-progressbar (~> 1.7)
57
58
  unicode-display_width (>= 1.4.0, < 3.0)
58
- rubocop-ast (1.13.0)
59
- parser (>= 3.0.1.1)
60
- rubocop-performance (1.11.5)
59
+ rubocop-ast (1.21.0)
60
+ parser (>= 3.1.1.0)
61
+ rubocop-performance (1.15.0)
61
62
  rubocop (>= 1.7.0, < 2.0)
62
63
  rubocop-ast (>= 0.4.0)
63
- rubocop-rails (2.12.2)
64
+ rubocop-rails (2.16.1)
64
65
  activesupport (>= 4.2.0)
65
66
  rack (>= 1.1)
66
- rubocop (>= 1.7.0, < 2.0)
67
+ rubocop (>= 1.33.0, < 2.0)
67
68
  rubocop-rake (0.6.0)
68
69
  rubocop (~> 1.0)
69
- rubocop-rspec (2.5.0)
70
- rubocop (~> 1.19)
70
+ rubocop-rspec (2.13.2)
71
+ rubocop (~> 1.33)
71
72
  ruby-progressbar (1.11.0)
72
- tzinfo (2.0.4)
73
+ tzinfo (2.0.5)
73
74
  concurrent-ruby (~> 1.0)
74
- unicode-display_width (2.1.0)
75
- zeitwerk (2.5.1)
75
+ unicode-display_width (2.3.0)
76
76
 
77
77
  PLATFORMS
78
78
  ruby
@@ -84,4 +84,4 @@ DEPENDENCIES
84
84
  rspec (~> 3.0)
85
85
 
86
86
  BUNDLED WITH
87
- 2.2.29
87
+ 2.3.12
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Panolint
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.6"
5
5
  end
data/panolint-rubocop.yml CHANGED
@@ -27,6 +27,9 @@ Gemspec/RequiredRubyVersion:
27
27
  Layout/DotPosition:
28
28
  EnforcedStyle: trailing
29
29
 
30
+ Layout/LineContinuationSpacing:
31
+ EnforcedStyle: no_space
32
+
30
33
  Layout/LineLength:
31
34
  Max: 80
32
35
  IgnoreCopDirectives: true
@@ -166,6 +169,9 @@ Style/TrailingCommaInArrayLiteral:
166
169
  Style/TrailingCommaInHashLiteral:
167
170
  Enabled: false
168
171
 
172
+ Rails/I18nLocaleTexts:
173
+ Enabled: false
174
+
169
175
  RSpec/HookArgument:
170
176
  EnforcedStyle: each
171
177
 
@@ -177,39 +183,3 @@ RSpec/ExampleLength:
177
183
 
178
184
  RSpec/MultipleExpectations:
179
185
  Enabled: false
180
-
181
- ################################################################################
182
- # Because of rubocop's new versioning scheme, you get a warning if you don't
183
- # have config set for specific cops until the next major version comes out. The
184
- # following rules all mirror the default rubocop configuration, but they're here
185
- # just to silence the warnings. They can be removed when 1.0 comes out.
186
-
187
- Lint/DeprecatedOpenSSLConstant:
188
- Enabled: true
189
-
190
- Layout/EmptyLinesAroundAttributeAccessor:
191
- Enabled: true
192
-
193
- Layout/SpaceAroundMethodCallOperator:
194
- Enabled: true
195
-
196
- Lint/RaiseException:
197
- Enabled: true
198
-
199
- Lint/StructNewOverride:
200
- Enabled: true
201
-
202
- Style/ExponentialNotation:
203
- Enabled: true
204
-
205
- Style/HashEachMethods:
206
- Enabled: true
207
-
208
- Style/HashTransformKeys:
209
- Enabled: true
210
-
211
- Style/HashTransformValues:
212
- Enabled: true
213
-
214
- Style/SlicingWithRange:
215
- Enabled: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panolint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Deisz
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-03 00:00:00.000000000 Z
11
+ date: 2022-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: brakeman
@@ -148,7 +148,7 @@ dependencies:
148
148
  - - "~>"
149
149
  - !ruby/object:Gem::Version
150
150
  version: '3.0'
151
- description:
151
+ description:
152
152
  email:
153
153
  - kevin.deisz@gmail.com
154
154
  executables: []
@@ -180,7 +180,7 @@ licenses:
180
180
  - MIT
181
181
  metadata:
182
182
  rubygems_mfa_required: 'true'
183
- post_install_message:
183
+ post_install_message:
184
184
  rdoc_options: []
185
185
  require_paths:
186
186
  - lib
@@ -195,8 +195,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  - !ruby/object:Gem::Version
196
196
  version: '0'
197
197
  requirements: []
198
- rubygems_version: 3.0.3
199
- signing_key:
198
+ rubygems_version: 3.3.20
199
+ signing_key:
200
200
  specification_version: 4
201
201
  summary: Rules for linting code at Panorama Education
202
202
  test_files: []