rubocop-packs 0.0.37 → 0.0.38
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 +0 -8
- data/config/erb_populated_data.yml +7 -0
- data/config/pack_config.yml +6 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0dc33f953b18089fa39758053de3ac9234e3219ae8aa3ee8a62e21aaceac4da
|
|
4
|
+
data.tar.gz: 486e26362fdfb5861a86c6e20b8eb50c0ded7875ef0ab5bebd18ee7d19b22c47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 937f169b09f6d2cc914154bc28cc4bf8cf79d1cdb0a523a13900f0511028c718351117b29f93d0a7ea8a6795dfbbb359d2b3527467ac61b3101605dd22cf742a
|
|
7
|
+
data.tar.gz: fad82da99cd38c48a1509f85c329be37fa22af29e9c2dee28c70c07fc5490d9d112f12c2fb8655b02fa49e822592cb4e57c164cd6f6d3e2c43c13b2810f514d3
|
data/config/default.yml
CHANGED
|
@@ -27,11 +27,3 @@ PackwerkLite/Privacy:
|
|
|
27
27
|
PackwerkLite/Dependency:
|
|
28
28
|
# It is recommended to use packwerk
|
|
29
29
|
Enabled: false
|
|
30
|
-
|
|
31
|
-
# We do this inherit *after* setting the defaults so that pack-specific rubocops can override the defaults
|
|
32
|
-
# Relevant documentation:
|
|
33
|
-
# - Inheriting config from a gem:
|
|
34
|
-
# - https://docs.rubocop.org/rubocop/configuration.html#inheriting-configuration-from-a-dependency-gem
|
|
35
|
-
# - ERB in a .rubocop.yml file
|
|
36
|
-
# - https://docs.rubocop.org/rubocop/configuration.html#pre-processing
|
|
37
|
-
<%= RuboCop::Packs.pack_based_rubocop_config %>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# We do this inherit *after* setting the defaults so that pack-specific rubocops can override the defaults
|
|
2
|
+
# Relevant documentation:
|
|
3
|
+
# - Inheriting config from a gem:
|
|
4
|
+
# - https://docs.rubocop.org/rubocop/configuration.html#inheriting-configuration-from-a-dependency-gem
|
|
5
|
+
# - ERB in a .rubocop.yml file
|
|
6
|
+
# - https://docs.rubocop.org/rubocop/configuration.html#pre-processing
|
|
7
|
+
<%= RuboCop::Packs.pack_based_rubocop_config %>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# Relevant documentation:
|
|
2
|
+
# - Inheriting config from a gem:
|
|
3
|
+
# - https://docs.rubocop.org/rubocop/configuration.html#inheriting-configuration-from-a-dependency-gem
|
|
4
|
+
# - ERB in a .rubocop.yml file
|
|
5
|
+
# - https://docs.rubocop.org/rubocop/configuration.html#pre-processing
|
|
6
|
+
inherit_from: ./erb_populated_data.yml
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-packs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.38
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gusto Engineers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-04-
|
|
11
|
+
date: 2023-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -201,6 +201,8 @@ extra_rdoc_files: []
|
|
|
201
201
|
files:
|
|
202
202
|
- README.md
|
|
203
203
|
- config/default.yml
|
|
204
|
+
- config/erb_populated_data.yml
|
|
205
|
+
- config/pack_config.yml
|
|
204
206
|
- lib/rubocop-packs.rb
|
|
205
207
|
- lib/rubocop/cop/packs/class_methods_as_public_apis.rb
|
|
206
208
|
- lib/rubocop/cop/packs/documented_public_apis.rb
|