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 +4 -4
- data/config/default.yml +3 -0
- data/config/rubocop-airbnb.yml +7 -0
- data/lib/rubocop/traitify/version.rb +1 -1
- data/rubocop-traitify.gemspec +3 -3
- metadata +9 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dca3dc6925ddfebf7a0b7b6550968fa9b73c1964e631c0862272231a4fcc012b
|
4
|
+
data.tar.gz: 4cdb3bd676be7411ece3292941896b31572aa4dea9e96923d39220a95e040ead
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c220992991f0b8d04d2f1c59b66eafb14f51df8de4336451240d0adf50d161eb5580eca6c8ed81fb83dce2bbac41263f48cf15f27812016626220b573b003423
|
7
|
+
data.tar.gz: 02cae459ab578b3bc0840b4de05809e41a9e335156ef2b498d83adc8427226caa0bedf654a74029f072fc77895d94fe091d28fc1500ccefca91de8428745be09
|
data/config/default.yml
CHANGED
data/config/rubocop-airbnb.yml
CHANGED
@@ -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:
|
data/rubocop-traitify.gemspec
CHANGED
@@ -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", "~>
|
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.
|
4
|
+
version: 1.3.0.pre.alpha.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Prats
|
8
|
-
|
8
|
+
- Jack Burum
|
9
|
+
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date:
|
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:
|
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:
|
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: []
|