rubocop-codeur 0.8.0 → 0.9.0

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: b411b5513d4735b3412472f2f5be382face784cb22714128e4e73ea9a8d9fc36
4
- data.tar.gz: e4b09494ca7aa271e8ceffde507677a2f0a582367a77c273c0ccdf0572f7d6e7
3
+ metadata.gz: 45d57887d98653fd5449c1b477eb8f254fb37f08e4dbd93ad46e4ad9a6e0ee81
4
+ data.tar.gz: aabc0afc39c6b4a8366c826ae939128af0e13fb9f99ea32dc1a9f2308e287c62
5
5
  SHA512:
6
- metadata.gz: 1510b1bc0d0f94b2eb644f02a6d7a214e1f8b361d42c8da88b92c4dc5e4c43668dbdffb864a88885bca32eab68f778f37521767cc2fc075c91c7f2ed79c2eafd
7
- data.tar.gz: '042904473fcea5b88425d5eb6efbfa2f79acff9269b391b5825eee6f37ffc8819cdb669be06000b52af5970249c00691dde49dcca036deeae4952f52ebfd781e'
6
+ metadata.gz: 63d494c5d5174d82e0ce9e97e6f7457bdc9a6506beb3734f84c9577c62ff5a5e9eb3ee7c8b96a0e1450cc3cdc37061fbe5c2890b0004a78a82bf8ed0cc61587d
7
+ data.tar.gz: 41d79c1e26ef61591fa090d8fbe81e629a73b0e363f4db9665e09b7e2c90c08ebeff596de09d5670f825241da95aee03395e13808262e7267e7786ee5bb1ae50
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-codeur (0.8.0)
4
+ rubocop-codeur (0.9.0)
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.17.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
@@ -88,6 +88,8 @@ Layout/ClassStructure:
88
88
  - attr_readonly
89
89
  - emojify
90
90
  - unemojify
91
+ - decode_ascii_emojis_from
92
+ - remove_emojis_from
91
93
  - enum
92
94
  - humanize_enums
93
95
  - enumerize
@@ -240,6 +242,12 @@ Minitest/MultipleAssertions:
240
242
  Minitest/TestMethodName:
241
243
  Enabled: false
242
244
 
245
+ Minitest/AssertPredicate:
246
+ Enabled: false
247
+
248
+ Minitest/AssertOperator:
249
+ Enabled: false
250
+
243
251
  # Disabled because it doesn't with symbols like: record_001
244
252
  Naming/VariableNumber:
245
253
  Enabled: false
@@ -355,3 +363,6 @@ Style/FormatStringToken:
355
363
  Exclude:
356
364
  - 'config/routes.rb'
357
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.0'
5
+ VERSION = '0.9.0'
6
6
  end
7
7
  end
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.0
4
+ version: 0.9.0
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-04 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