panolint 0.1.5 → 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: 250fa148ba417c59664698d67197380ae9c9098aa7e1c21b5aa6d47c80777975
4
- data.tar.gz: fef1950305d7887559402d1c8425a75115e30ceaf73d7773f6ce618053bd0848
3
+ metadata.gz: 8ae248b861211d6931fb608d059ce7bfbbe6859ec0e2617bce98cc269ddc448f
4
+ data.tar.gz: e9881c26059ef7c12e16f2d8e70351a61769a9ee7b217ef261b562049875f0b9
5
5
  SHA512:
6
- metadata.gz: 49ccc626d68dbdacf71f222a68bd82e0f0131d70de8b20428e14069d6d074c75066930ce4362de9dc2e2235e171898625aa69be5a9b8dec01a18429a31131805
7
- data.tar.gz: 7cc1405390d5e39574fd6a696724f9165c1c6045c542b53a555c26a33807313335c629c112c45869daa16a8f22882bd15a25f521f07d4fcfb59dd7bf709bf865
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.5)
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,26 +12,26 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (7.0.3.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
20
  ast (2.4.2)
21
- brakeman (5.2.3)
21
+ brakeman (5.3.1)
22
22
  concurrent-ruby (1.1.10)
23
23
  diff-lcs (1.5.0)
24
24
  i18n (1.12.0)
25
25
  concurrent-ruby (~> 1.0)
26
26
  json (2.6.2)
27
- minitest (5.16.2)
27
+ minitest (5.16.3)
28
28
  parallel (1.22.1)
29
- parser (3.1.2.0)
29
+ parser (3.1.2.1)
30
30
  ast (~> 2.4.1)
31
- rack (2.2.4)
31
+ rack (3.0.0)
32
32
  rainbow (3.1.1)
33
33
  rake (13.0.6)
34
- regexp_parser (2.5.0)
34
+ regexp_parser (2.6.0)
35
35
  rexml (3.2.5)
36
36
  rspec (3.11.0)
37
37
  rspec-core (~> 3.11.0)
@@ -46,33 +46,33 @@ GEM
46
46
  diff-lcs (>= 1.2.0, < 2.0)
47
47
  rspec-support (~> 3.11.0)
48
48
  rspec-support (3.11.0)
49
- rubocop (1.31.2)
49
+ rubocop (1.36.0)
50
50
  json (~> 2.3)
51
51
  parallel (~> 1.10)
52
- parser (>= 3.1.0.0)
52
+ parser (>= 3.1.2.1)
53
53
  rainbow (>= 2.2.2, < 4.0)
54
54
  regexp_parser (>= 1.8, < 3.0)
55
55
  rexml (>= 3.2.5, < 4.0)
56
- rubocop-ast (>= 1.18.0, < 2.0)
56
+ rubocop-ast (>= 1.20.1, < 2.0)
57
57
  ruby-progressbar (~> 1.7)
58
58
  unicode-display_width (>= 1.4.0, < 3.0)
59
- rubocop-ast (1.19.1)
59
+ rubocop-ast (1.21.0)
60
60
  parser (>= 3.1.1.0)
61
- rubocop-performance (1.14.2)
61
+ rubocop-performance (1.15.0)
62
62
  rubocop (>= 1.7.0, < 2.0)
63
63
  rubocop-ast (>= 0.4.0)
64
- rubocop-rails (2.15.2)
64
+ rubocop-rails (2.16.1)
65
65
  activesupport (>= 4.2.0)
66
66
  rack (>= 1.1)
67
- rubocop (>= 1.7.0, < 2.0)
67
+ rubocop (>= 1.33.0, < 2.0)
68
68
  rubocop-rake (0.6.0)
69
69
  rubocop (~> 1.0)
70
- rubocop-rspec (2.12.1)
71
- rubocop (~> 1.31)
70
+ rubocop-rspec (2.13.2)
71
+ rubocop (~> 1.33)
72
72
  ruby-progressbar (1.11.0)
73
- tzinfo (2.0.4)
73
+ tzinfo (2.0.5)
74
74
  concurrent-ruby (~> 1.0)
75
- unicode-display_width (2.2.0)
75
+ unicode-display_width (2.3.0)
76
76
 
77
77
  PLATFORMS
78
78
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Panolint
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
data/panolint-rubocop.yml CHANGED
@@ -169,6 +169,9 @@ Style/TrailingCommaInArrayLiteral:
169
169
  Style/TrailingCommaInHashLiteral:
170
170
  Enabled: false
171
171
 
172
+ Rails/I18nLocaleTexts:
173
+ Enabled: false
174
+
172
175
  RSpec/HookArgument:
173
176
  EnforcedStyle: each
174
177
 
@@ -180,39 +183,3 @@ RSpec/ExampleLength:
180
183
 
181
184
  RSpec/MultipleExpectations:
182
185
  Enabled: false
183
-
184
- ################################################################################
185
- # Because of rubocop's new versioning scheme, you get a warning if you don't
186
- # have config set for specific cops until the next major version comes out. The
187
- # following rules all mirror the default rubocop configuration, but they're here
188
- # just to silence the warnings. They can be removed when 1.0 comes out.
189
-
190
- Lint/DeprecatedOpenSSLConstant:
191
- Enabled: true
192
-
193
- Layout/EmptyLinesAroundAttributeAccessor:
194
- Enabled: true
195
-
196
- Layout/SpaceAroundMethodCallOperator:
197
- Enabled: true
198
-
199
- Lint/RaiseException:
200
- Enabled: true
201
-
202
- Lint/StructNewOverride:
203
- Enabled: true
204
-
205
- Style/ExponentialNotation:
206
- Enabled: true
207
-
208
- Style/HashEachMethods:
209
- Enabled: true
210
-
211
- Style/HashTransformKeys:
212
- Enabled: true
213
-
214
- Style/HashTransformValues:
215
- Enabled: true
216
-
217
- Style/SlicingWithRange:
218
- 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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Deisz
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-19 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
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  - !ruby/object:Gem::Version
196
196
  version: '0'
197
197
  requirements: []
198
- rubygems_version: 3.1.6
198
+ rubygems_version: 3.3.20
199
199
  signing_key:
200
200
  specification_version: 4
201
201
  summary: Rules for linting code at Panorama Education