config/default.yml in rubocop-packs-0.0.34 vs config/default.yml in rubocop-packs-0.0.35

- old
+ new

@@ -27,6 +27,11 @@ PackwerkLite/Dependency: # It is recommended to use packwerk Enabled: false # We do this inherit *after* setting the defaults so that pack-specific rubocops can override the defaults -inherit_from: ./pack_config.yml +# Relevant documentation: +# - Inheriting config from a gem: +# - https://docs.rubocop.org/rubocop/configuration.html#inheriting-configuration-from-a-dependency-gem +# - ERB in a .rubocop.yml file +# - https://docs.rubocop.org/rubocop/configuration.html#pre-processing +<%= RuboCop::Packs.pack_based_rubocop_config %>