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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a6037ff65ca051c970d7eb45ed00b2e9dc65a597abde34891443abc5a3945b3
4
- data.tar.gz: c6f640ff0041e6cca7e3d04b1c39275ff11bef980d3b5c3703e6d3a057ec5fa7
3
+ metadata.gz: e0dc33f953b18089fa39758053de3ac9234e3219ae8aa3ee8a62e21aaceac4da
4
+ data.tar.gz: 486e26362fdfb5861a86c6e20b8eb50c0ded7875ef0ab5bebd18ee7d19b22c47
5
5
  SHA512:
6
- metadata.gz: e38e5df2948250c7f7a2c43f784db818644447ba86106c9abc2f482847845b1d2bc5b75e49cc4c23d02962732e9bab8da0495f2c89b84176ef63a104a0505403
7
- data.tar.gz: 6d865709e9f1d4d9c29f9cc2b1f37c9eedcb2e17013e2736d470dd9d76af8526c6925483f1c5b76d2d3dc83b4ecacc16e0c866ee5866cb674842019720e4c1fc
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.37
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-06 00:00:00.000000000 Z
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