rubocop-codeur 0.9.5 → 0.9.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1bc3ed13a18edb301123c79eb41b8f66fea62695261d23fd4887f50ed6dff0ed
4
- data.tar.gz: 2e6034737b4e91c28f907b09fa236236ccee6a2b67bb7c49f31dae2f01a96dfd
3
+ metadata.gz: 15ccfbe90020a2acb8c9149ca206703fe4e9a6a3035a48f84bc771a293c8b5d2
4
+ data.tar.gz: 2697d85ed9da0c3b8f4b8f279682c3c818dd63c138b1bd39d6371e72db2e115f
5
5
  SHA512:
6
- metadata.gz: 2c3afc9d07eabfeac17d377c6fbf31871e3ee402df7ea4e820dc58bac713a84f159f7ea9a6820c93022684e52fbcb90f63ff36b7d2310da73a420e26647206d8
7
- data.tar.gz: 20ed7fb9dbe5b566c03f6e69cbc536a43aff69d2ee7a5a05e617ac1a9695504e96ab3d95480f42d91cc977023666b7a4087705ad433eaf627891bfd640242d58
6
+ metadata.gz: 4c2d08a04dce6e41f8123c381e191a8d80f312906066988dc45891bed7ed1b2468a2c2033c36d9f53eeada15aabca77060f83c140935b7a695df7fd9f73406b0
7
+ data.tar.gz: bf059954df96c1a9ffaca2648d072083353729fe4a18e2b8826638e891dd9c6b994e021b95896b831244878c3bdbd1bbe3786570159f490193bab6f71eaea9b6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-codeur (0.9.5)
4
+ rubocop-codeur (0.9.7)
5
5
  rubocop (~> 1.25)
6
6
  rubocop-capybara (~> 2.17)
7
7
  rubocop-minitest (~> 0.20)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.1.3.2)
14
+ activesupport (7.1.3.3)
15
15
  base64
16
16
  bigdecimal
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -23,29 +23,29 @@ GEM
23
23
  tzinfo (~> 2.0)
24
24
  ast (2.4.2)
25
25
  base64 (0.2.0)
26
- bigdecimal (3.1.6)
26
+ bigdecimal (3.1.8)
27
27
  concurrent-ruby (1.2.3)
28
28
  connection_pool (2.4.1)
29
29
  docile (1.4.0)
30
- drb (2.2.0)
31
- ruby2_keywords
32
- i18n (1.14.1)
30
+ drb (2.2.1)
31
+ i18n (1.14.5)
33
32
  concurrent-ruby (~> 1.0)
34
- json (2.7.1)
33
+ json (2.7.2)
35
34
  language_server-protocol (3.17.0.3)
36
- minitest (5.22.2)
35
+ minitest (5.23.1)
37
36
  mutex_m (0.2.0)
38
37
  parallel (1.24.0)
39
- parser (3.3.0.5)
38
+ parser (3.3.1.0)
40
39
  ast (~> 2.4.1)
41
40
  racc
42
- racc (1.7.3)
43
- rack (3.0.9.1)
41
+ racc (1.8.0)
42
+ rack (3.0.11)
44
43
  rainbow (3.1.1)
45
- rake (13.1.0)
46
- regexp_parser (2.9.0)
47
- rexml (3.2.6)
48
- rubocop (1.60.2)
44
+ rake (13.2.1)
45
+ regexp_parser (2.9.2)
46
+ rexml (3.2.8)
47
+ strscan (>= 3.0.9)
48
+ rubocop (1.63.5)
49
49
  json (~> 2.3)
50
50
  language_server-protocol (>= 3.17.0)
51
51
  parallel (~> 1.10)
@@ -53,32 +53,32 @@ GEM
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.30.0, < 2.0)
56
+ rubocop-ast (>= 1.31.1, < 2.0)
57
57
  ruby-progressbar (~> 1.7)
58
58
  unicode-display_width (>= 2.4.0, < 3.0)
59
- rubocop-ast (1.30.0)
60
- parser (>= 3.2.1.0)
59
+ rubocop-ast (1.31.3)
60
+ parser (>= 3.3.1.0)
61
61
  rubocop-capybara (2.20.0)
62
62
  rubocop (~> 1.41)
63
- rubocop-minitest (0.34.5)
64
- rubocop (>= 1.39, < 2.0)
65
- rubocop-ast (>= 1.30.0, < 2.0)
66
- rubocop-performance (1.20.2)
63
+ rubocop-minitest (0.35.0)
64
+ rubocop (>= 1.61, < 2.0)
65
+ rubocop-ast (>= 1.31.1, < 2.0)
66
+ rubocop-performance (1.21.0)
67
67
  rubocop (>= 1.48.1, < 2.0)
68
- rubocop-ast (>= 1.30.0, < 2.0)
69
- rubocop-rails (2.23.1)
68
+ rubocop-ast (>= 1.31.1, < 2.0)
69
+ rubocop-rails (2.25.0)
70
70
  activesupport (>= 4.2.0)
71
71
  rack (>= 1.1)
72
72
  rubocop (>= 1.33.0, < 2.0)
73
- rubocop-ast (>= 1.30.0, < 2.0)
73
+ rubocop-ast (>= 1.31.1, < 2.0)
74
74
  ruby-progressbar (1.13.0)
75
- ruby2_keywords (0.0.5)
76
75
  simplecov (0.22.0)
77
76
  docile (~> 1.1)
78
77
  simplecov-html (~> 0.11)
79
78
  simplecov_json_formatter (~> 0.1)
80
79
  simplecov-html (0.12.3)
81
80
  simplecov_json_formatter (0.1.4)
81
+ strscan (3.1.0)
82
82
  tzinfo (2.0.6)
83
83
  concurrent-ruby (~> 1.0)
84
84
  unicode-display_width (2.5.0)
data/default.yml CHANGED
@@ -277,6 +277,11 @@ Rails/FilePath:
277
277
  Rails/I18nLocaleTexts:
278
278
  Enabled: false
279
279
 
280
+ Rails/NotNullColumn:
281
+ Enabled: true
282
+ Exclude:
283
+ - 'db/migrate/201*.rb'
284
+
280
285
  Rails/ReflectionClassName:
281
286
  Enabled: false
282
287
 
@@ -285,9 +290,6 @@ Rails/ReversibleMigration:
285
290
  Exclude:
286
291
  - 'db/migrate/{2012,2013,2014,2015,2016,2017,2018}*.rb'
287
292
 
288
- Rails/MigrationClassName:
289
- Enabled: false
290
-
291
293
  Rails/SaveBang:
292
294
  Enabled: false
293
295
 
@@ -297,6 +299,11 @@ Rails/SkipsModelValidations:
297
299
  - 'lib/tasks/**/*'
298
300
  - 'db/migrate/*.rb'
299
301
 
302
+ Rails/ThreeStateBooleanColumn:
303
+ Enabled: true
304
+ Exclude:
305
+ - 'db/migrate/201*.rb'
306
+
300
307
  Rails/TimeZone:
301
308
  Enabled: true
302
309
  AutoCorrect: false
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Codeur
5
- VERSION = '0.9.5'
5
+ VERSION = '0.9.7'
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.9.5
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codeur
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-27 00:00:00.000000000 Z
11
+ date: 2024-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop