rubocop-codeur 0.8.1 → 0.9.1

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: 89a2ccfbaff1c0e29a5a0f619518b605f220744be73c25fd98295d8fdd23cfb6
4
- data.tar.gz: e37b717254068d3361a68657a2a0bb1052c4797e69d7ab85abfcdb3a6099fb25
3
+ metadata.gz: dfbf89caf29fdaff187148ad563d0a027e30a99a71c0bc418d5cab5d62dbd84e
4
+ data.tar.gz: 3b82f14a9bb5150322a6366976106b1ebd9d2094ccee56483ecff7cb3f094544
5
5
  SHA512:
6
- metadata.gz: 8af2e99380aae65159a039300f959bcc096b559a1d33410894e40d69db4e9bfd4b9a901ecc8d5c6bf8d870eb3d9b87004fe1308ca783c193173866f271c2fd2a
7
- data.tar.gz: b23aae99025fcf792a0a7df0098087ab845ac5e8c4bc970914571932e06db28b389503e76cfe279578f34d9c39ae68d83a351c20cdf805ce47a0df39b48bb2e3
6
+ metadata.gz: 365d8c38d097edbba0e161c99a174254df5ad4665a49b4ddc94369e45cc2b5892b154af34226d80e6d0aa5b78ebc27f8866bfe6bf749245386e2010147138261
7
+ data.tar.gz: 94f7a6b9825694da8f1ceaf38314a56f73dd2a822860dd0ed6e1d35de91b3d0308326b84f0f5014c12e6544d122ef1fcffc62372f932353e0db5626a27ab4e9f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-codeur (0.8.1)
4
+ rubocop-codeur (0.9.1)
5
5
  rubocop (~> 1.25)
6
6
  rubocop-capybara (~> 2.17)
7
7
  rubocop-minitest (~> 0.20)
@@ -11,50 +11,67 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.4.3)
14
+ activesupport (7.1.2)
15
+ base64
16
+ bigdecimal
15
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ connection_pool (>= 2.2.5)
19
+ drb
16
20
  i18n (>= 1.6, < 2)
17
21
  minitest (>= 5.1)
22
+ mutex_m
18
23
  tzinfo (~> 2.0)
19
24
  ast (2.4.2)
25
+ base64 (0.2.0)
26
+ bigdecimal (3.1.4)
20
27
  concurrent-ruby (1.2.2)
28
+ connection_pool (2.4.1)
21
29
  docile (1.4.0)
22
- i18n (1.12.0)
30
+ drb (2.2.0)
31
+ ruby2_keywords
32
+ i18n (1.14.1)
23
33
  concurrent-ruby (~> 1.0)
24
34
  json (2.6.3)
25
- minitest (5.18.0)
26
- parallel (1.22.1)
27
- parser (3.2.2.0)
35
+ language_server-protocol (3.17.0.3)
36
+ minitest (5.20.0)
37
+ mutex_m (0.2.0)
38
+ parallel (1.23.0)
39
+ parser (3.2.2.4)
28
40
  ast (~> 2.4.1)
29
- rack (3.0.7)
41
+ racc
42
+ racc (1.7.3)
43
+ rack (3.0.8)
30
44
  rainbow (3.1.1)
31
- rake (13.0.6)
32
- regexp_parser (2.7.0)
33
- rexml (3.2.5)
34
- rubocop (1.49.0)
45
+ rake (13.1.0)
46
+ regexp_parser (2.8.2)
47
+ rexml (3.2.6)
48
+ rubocop (1.57.2)
35
49
  json (~> 2.3)
50
+ language_server-protocol (>= 3.17.0)
36
51
  parallel (~> 1.10)
37
- parser (>= 3.2.0.0)
52
+ parser (>= 3.2.2.4)
38
53
  rainbow (>= 2.2.2, < 4.0)
39
54
  regexp_parser (>= 1.8, < 3.0)
40
55
  rexml (>= 3.2.5, < 4.0)
41
- rubocop-ast (>= 1.28.0, < 2.0)
56
+ rubocop-ast (>= 1.28.1, < 2.0)
42
57
  ruby-progressbar (~> 1.7)
43
58
  unicode-display_width (>= 2.4.0, < 3.0)
44
- rubocop-ast (1.28.0)
59
+ rubocop-ast (1.30.0)
45
60
  parser (>= 3.2.1.0)
46
- rubocop-capybara (2.17.1)
61
+ rubocop-capybara (2.19.0)
47
62
  rubocop (~> 1.41)
48
- rubocop-minitest (0.29.0)
63
+ rubocop-minitest (0.33.0)
49
64
  rubocop (>= 1.39, < 2.0)
50
- rubocop-performance (1.16.0)
65
+ rubocop-performance (1.19.1)
51
66
  rubocop (>= 1.7.0, < 2.0)
52
67
  rubocop-ast (>= 0.4.0)
53
- rubocop-rails (2.18.0)
68
+ rubocop-rails (2.22.2)
54
69
  activesupport (>= 4.2.0)
55
70
  rack (>= 1.1)
56
71
  rubocop (>= 1.33.0, < 2.0)
72
+ rubocop-ast (>= 1.30.0, < 2.0)
57
73
  ruby-progressbar (1.13.0)
74
+ ruby2_keywords (0.0.5)
58
75
  simplecov (0.22.0)
59
76
  docile (~> 1.1)
60
77
  simplecov-html (~> 0.11)
@@ -63,7 +80,7 @@ GEM
63
80
  simplecov_json_formatter (0.1.4)
64
81
  tzinfo (2.0.6)
65
82
  concurrent-ruby (~> 1.0)
66
- unicode-display_width (2.4.2)
83
+ unicode-display_width (2.5.0)
67
84
 
68
85
  PLATFORMS
69
86
  ruby
data/default.yml CHANGED
@@ -242,6 +242,12 @@ Minitest/MultipleAssertions:
242
242
  Minitest/TestMethodName:
243
243
  Enabled: false
244
244
 
245
+ Minitest/AssertPredicate:
246
+ Enabled: false
247
+
248
+ Minitest/AssertOperator:
249
+ Enabled: false
250
+
245
251
  # Disabled because it doesn't with symbols like: record_001
246
252
  Naming/VariableNumber:
247
253
  Enabled: false
@@ -357,3 +363,6 @@ Style/FormatStringToken:
357
363
  Exclude:
358
364
  - 'config/routes.rb'
359
365
  - 'config/routes/*'
366
+
367
+ Style/FrozenStringLiteralComment:
368
+ SafeAutoCorrect: true
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Codeur
5
- VERSION = '0.8.1'
5
+ VERSION = '0.9.1'
6
6
  end
7
7
  end
@@ -7,7 +7,7 @@ module RuboCop
7
7
  # RuboCop Codeur project namespace
8
8
  module Codeur
9
9
  class Error < StandardError; end
10
- # Your code goes here...
10
+
11
11
  PROJECT_ROOT = Pathname.new(__dir__).parent.parent.expand_path.freeze
12
12
  CONFIG_DEFAULT = PROJECT_ROOT.join('config', 'default.yml').freeze
13
13
  CONFIG = YAML.safe_load(CONFIG_DEFAULT.read).freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-codeur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codeur
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-05 00:00:00.000000000 Z
11
+ date: 2023-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop