rubocop-traitify 1.3.0.pre.alpha.0 → 1.3.0.pre.alpha.1

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: 0d0a9b6b2cee2cc2bbb71673cc85b1d4600abea2223825ceaa586a39ef15e8f4
4
- data.tar.gz: e469ef26a60dbe8c342bf30f2ee9c03faabd299c719daf91df22de492bb8699f
3
+ metadata.gz: dca3dc6925ddfebf7a0b7b6550968fa9b73c1964e631c0862272231a4fcc012b
4
+ data.tar.gz: 4cdb3bd676be7411ece3292941896b31572aa4dea9e96923d39220a95e040ead
5
5
  SHA512:
6
- metadata.gz: 82363b0dfa4c5b8e28286dc19e99e7951f9f71bbebb5ddb9f023d045f9da1539a3ef4df8934ed956ade0799684c197ecb87d38610aa0f35c3bd7a2d2fc66e9b3
7
- data.tar.gz: ed02d999eb27ba04edeed43aa39a59253140646db70317ea5328038b825a9e6a8a65c256c153834abc1ff4e146c228024002bf6cd68e5230842f0c844c850dcf
6
+ metadata.gz: c220992991f0b8d04d2f1c59b66eafb14f51df8de4336451240d0adf50d161eb5580eca6c8ed81fb83dce2bbac41263f48cf15f27812016626220b573b003423
7
+ data.tar.gz: 02cae459ab578b3bc0840b4de05809e41a9e335156ef2b498d83adc8427226caa0bedf654a74029f072fc77895d94fe091d28fc1500ccefca91de8428745be09
data/config/default.yml CHANGED
@@ -2,6 +2,9 @@ AllCops:
2
2
  Exclude:
3
3
  - bin/yarn
4
4
  - db/schema.rb
5
+ - lib/protobufs/traitify
6
+ - lib/protobufs/traitify/**
7
+ - lib/protobufs/traitify/**/*
5
8
 
6
9
  inherit_from:
7
10
  - ./rubocop-airbnb.yml
@@ -8,3 +8,10 @@ Airbnb/SimpleModifierConditional:
8
8
  # NOTE: Cop is too restrictive
9
9
  Airbnb/SimpleUnless:
10
10
  Enabled: false
11
+
12
+ # TODO REMOVE IF SATISFIED IN 8.0.0
13
+ # Capybara/CurrentPathExpectation:
14
+
15
+ # FactoryBot/AttributeDefinedStatically:
16
+
17
+ # FactoryBot/CreateList:
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Traitify
3
- VERSION = "1.3.0.pre.alpha.0"
3
+ VERSION = "1.3.0.pre.alpha.1"
4
4
  end
5
5
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  Traitify's Ruby configuration for Rubocop. Heavily influenced by (as well as dependent on)
9
9
  Airbnb's https://github.com/airbnb/ruby
10
10
  EOF
11
- spec.authors = ["Tom Prats"]
12
- spec.email = ["tom.prats@paradox.ai"]
11
+ spec.authors = ["Tom Prats", "Jack Burum"]
12
+ spec.email = ["tom.prats@paradox.ai", "jack.burum@paradox.ai"]
13
13
  spec.homepage = "https://github.com/traitify/rubocop-traitify"
14
14
  spec.license = "MIT"
15
15
  spec.version = RuboCop::Traitify::VERSION
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
24
24
  "Gemfile"
25
25
  ]
26
26
 
27
- spec.add_dependency("rubocop-airbnb", "~> 7.0.0")
27
+ spec.add_dependency("rubocop-airbnb", "~> 8.0.0")
28
28
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-traitify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0.pre.alpha.0
4
+ version: 1.3.0.pre.alpha.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Prats
8
- autorequire:
8
+ - Jack Burum
9
+ autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2024-10-02 00:00:00.000000000 Z
12
+ date: 2025-03-29 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rubocop-airbnb
@@ -16,19 +17,20 @@ dependencies:
16
17
  requirements:
17
18
  - - "~>"
18
19
  - !ruby/object:Gem::Version
19
- version: 7.0.0
20
+ version: 8.0.0
20
21
  type: :runtime
21
22
  prerelease: false
22
23
  version_requirements: !ruby/object:Gem::Requirement
23
24
  requirements:
24
25
  - - "~>"
25
26
  - !ruby/object:Gem::Version
26
- version: 7.0.0
27
+ version: 8.0.0
27
28
  description: |2
28
29
  Traitify's Ruby configuration for Rubocop. Heavily influenced by (as well as dependent on)
29
30
  Airbnb's https://github.com/airbnb/ruby
30
31
  email:
31
32
  - tom.prats@paradox.ai
33
+ - jack.burum@paradox.ai
32
34
  executables: []
33
35
  extensions: []
34
36
  extra_rdoc_files: []
@@ -50,7 +52,7 @@ homepage: https://github.com/traitify/rubocop-traitify
50
52
  licenses:
51
53
  - MIT
52
54
  metadata: {}
53
- post_install_message:
55
+ post_install_message:
54
56
  rdoc_options: []
55
57
  require_paths:
56
58
  - lib
@@ -66,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
68
  version: 1.3.1
67
69
  requirements: []
68
70
  rubygems_version: 3.1.4
69
- signing_key:
71
+ signing_key:
70
72
  specification_version: 4
71
73
  summary: Default Rubocop config for Traitify Apps
72
74
  test_files: []